Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ButtonWidthPriv Property


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