public virtual ElementWithButtonsStyle ButtonStyle {get; set;}
'宣言 Public Overridable Property ButtonStyle As ElementWithButtonsStyle
'宣言
Public Overridable Property ButtonStyle As ElementWithButtonsStyle
ボタンはスクロールボタン、ドロップダウンボタン、ポップアップボタンのいずれかにすることができます。
ボタンの幅を指定するには、ButtonWidthプロパティを設定します。
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;
ElementWithButtons クラス ElementWithButtons メンバ ButtonWidth プロパティ ElementWithButtonsStyle 列挙体
© MESCIUS inc. All rights reserved.