Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INStyleComposite Interface / GetStyle Method / GetStyle(Type) Method
The type to search for.


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

    Parameters

    styleType
    The type to search for.

    Return Value

    The first match which is instance of the specified 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