Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / UseVisualStyleBackColor Property


In This Topic
    UseVisualStyleBackColor Property (ButtonCellType)
    In This Topic
    Gets or sets whether to use the visual style setting background color.
    Syntax
    'Declaration
     
    
    Public Property UseVisualStyleBackColor As Boolean
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As Boolean
     
    instance.UseVisualStyleBackColor = value
     
    value = instance.UseVisualStyleBackColor
    public bool UseVisualStyleBackColor {get; set;}
    See Also