ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / TagEditorStyles Class / Common Property

In This Topic
    Common Property (TagEditorStyles)
    In This Topic
    Gets or sets TagEditorCommonStyle contains display attributes that determine the appearance of C1TagEditor control on the screen.
    Syntax
    'Declaration
     
    
    Public Property Common As TagEditorCommonStyle
    public TagEditorCommonStyle Common {get; set;}
    See Also