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


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