public virtual double ButtonWidth {get; set;}
'Declaration Public Overridable Property ButtonWidth As Double
'使用法 Dim instance As ElementWithButtons Dim value As Double instance.ButtonWidth = value value = instance.ButtonWidth
表示するボタンの種類を指定するには、ButtonStyle プロパティを設定します。
このプロパティは、ButtonStyle プロパティが ElementWithButtonsStyle.None に設定されている場合は効果がありません。
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown element.ButtonWidth = 5
ElementWithButtons クラス ElementWithButtons メンバ ButtonStyle プロパティ
© 2004-2015, GrapeCity inc. All rights reserved.