Nevron .NET Vision
Nevron.UI.Themes.System Namespace / NButtonRenderer Class / CanRender Method


In This Topic
    CanRender Method (NButtonRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function CanRender( _
       ByVal element As INThemableElement _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NButtonRenderer
    Dim element As INThemableElement
    Dim value As System.Boolean
     
    value = instance.CanRender(element)
    public override System.bool CanRender( 
       INThemableElement element
    )

    Parameters

    element
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also