Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTrackersAppearance Class / GetStyleForType Method
handle type


In This Topic
    GetStyleForType Method
    In This Topic
    Obtains the handle style for the specified handle type
    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
    handle type

    Return Value

    handle style
    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