Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / TabStripButtonFlatStyle Property


In This Topic
    TabStripButtonFlatStyle Property
    In This Topic
    Gets or sets the tab strip button flat style.
    Syntax
    'Declaration
     
    
    Public Property TabStripButtonFlatStyle As FlatStyle
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As FlatStyle
     
    instance.TabStripButtonFlatStyle = value
     
    value = instance.TabStripButtonFlatStyle
    public FlatStyle TabStripButtonFlatStyle {get; set;}

    Property Value

    The tab strip button flat style.
    See Also