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

In This Topic
    CreateStyle Method (DropDownEditorViewBase)
    In This Topic
    Creates or gets if contains a named style.
    Syntax
    'Declaration
     
    
    Protected Function CreateStyle( _
       ByVal name As String _
    ) As Style
    protected Style CreateStyle( 
       string name
    )

    Parameters

    name
    See Also