FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > ElementWithButtons クラス : ButtonWidth プロパティ |
'Declaration Public Overridable Property ButtonWidth As Double
'使用法 Dim instance As ElementWithButtons Dim value As Double instance.ButtonWidth = value value = instance.ButtonWidth
public virtual double ButtonWidth {get; set;}
表示するボタンの種類を指定するには、ButtonStyle プロパティを設定します。
このプロパティは、ButtonStyle プロパティが ElementWithButtonsStyle.None に設定されている場合は効果がありません。
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown element.ButtonWidth = 5