MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DropDownViewStyles Class / Focus Property

In This Topic
    Focus Property
    In This Topic
    Gets or sets the style used to paint the current cell when the control has focus.
    Syntax
    'Declaration
     
    
    Public Property Focus As ViewCellStyle
    public ViewCellStyle Focus {get; set;}
    See Also