Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonStylePriv Property


In This Topic
    ButtonStylePriv Property
    In This Topic
    Internal use only. Gets or sets the button style.
    Syntax
    'Declaration
     
    
    Protected Overridable Property ButtonStylePriv As ButtonStyle
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As ButtonStyle
     
    instance.ButtonStylePriv = value
     
    value = instance.ButtonStylePriv
    protected virtual ButtonStyle ButtonStylePriv {get; set;}
    See Also