Visual Basic (Declaration) | |
---|---|
Public Overridable Property ButtonWidth As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ElementWithButtons Dim value As Double instance.ButtonWidth = value value = instance.ButtonWidth |
C# | |
---|---|
public virtual double ButtonWidth {get; set;} |
Property Value
Double-precision, floating-point number of the width in pixelsSpecify the type of buttons to display by setting the ButtonStyle property.
This property does not have an effect if the ButtonStyle property is set to ElementWithButtonsStyle.None.
csharp | Copy Code |
---|---|
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5; |
Visual Basic | Copy Code |
---|---|
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown element.ButtonWidth = 5 |
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8