Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonMarginPriv Property


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