ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / CreateStyle Method

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

    Parameters

    name
    See Also