MESCIUS SPREAD for Windows Forms 15.0J
ButtonStyle プロパティ (ElementWithButtons)
使用例 

ボタンのスタイルを取得または設定します。
構文
'宣言
 
Public Overridable Property ButtonStyle As ElementWithButtonsStyle
public virtual ElementWithButtonsStyle ButtonStyle {get; set;}

プロパティ値

ボタン付き要素のスタイルを決定するElementWithButtonsStyle 設定
解説

ボタンはスクロールボタン、ドロップダウンボタン、ポップアップボタンのいずれかにすることができます。

ボタンの幅を指定するには、ButtonWidthプロパティを設定します。

使用例
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown; element.ButtonWidth = 5;
参照

ElementWithButtons クラス
ElementWithButtons メンバ
ButtonWidth プロパティ
ElementWithButtonsStyle 列挙体

 

 


© MESCIUS inc. All rights reserved.