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