Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / GetStyle Method

In This Topic
    GetStyle Method (DropDownEditorViewBase)
    In This Topic
    Gets a named style.
    Syntax
    'Declaration
     
    
    Protected Function GetStyle( _
       ByVal name As String _
    ) As Style
    protected Style GetStyle( 
       string name
    )

    Parameters

    name
    See Also