Nevron.Diagram.WinForm Namespace / NTrackersAppearance Class / GetStyleForType Method


In This Topic
    GetStyleForType Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetStyleForType( _
       ByVal type As HandleType _
    ) As NHandleStyle
    'Usage
     
    
    Dim instance As NTrackersAppearance
    Dim type As HandleType
    Dim value As NHandleStyle
     
    value = instance.GetStyleForType(type)
    public NHandleStyle GetStyleForType( 
       HandleType type
    )

    Parameters

    type
    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