Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownButtonInfo Class / UseVisualStyleBackColor Property


In This Topic
    UseVisualStyleBackColor Property (DropDownButtonInfo)
    In This Topic
    Gets or sets whether to use the visual style backcolor when flat style is system and system theme is active.
    Syntax
    'Declaration
     
    
    Public Overrides Property UseVisualStyleBackColor As Boolean
    'Usage
     
    
    Dim instance As DropDownButtonInfo
    Dim value As Boolean
     
    instance.UseVisualStyleBackColor = value
     
    value = instance.UseVisualStyleBackColor
    public override bool UseVisualStyleBackColor {get; set;}

    Property Value

    A bool value, true to use the visual style backcolor when flat style is system and system theme is active; otherwise, false.
    Remarks
    This property is invalid for .
    See Also