Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NStyleComposite Class / GetStyle Method / GetStyle(Type) Method


In This Topic
    GetStyle(Type) Method
    In This Topic
    Gets the style with the specified type.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetStyle( _
       ByVal styleType As System.Type _
    ) As NStyle
    'Usage
     
    
    Dim instance As NStyleComposite
    Dim styleType As System.Type
    Dim value As NStyle
     
    value = instance.GetStyle(styleType)
    public NStyle GetStyle( 
       System.Type styleType
    )

    Parameters

    styleType
    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