FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > ElementWithButtons クラス : ButtonStyle プロパティ |
'宣言
Public Overridable Property ButtonStyle As ElementWithButtonsStyle
public virtual ElementWithButtonsStyle ButtonStyle {get; set;}
ボタンはスクロールボタン、ドロップダウンボタン、ポップアップボタンのいずれかにすることができます。
ボタンの幅を指定するには、ButtonWidthプロパティを設定します。
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;