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


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