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

ヘッダボタンの幅をピクセル単位で取得または設定します。
構文
'宣言
 
Public Overridable Property ButtonWidth As Double
public virtual double ButtonWidth {get; set;}

プロパティ値

幅(ピクセル単位)を表す倍精度浮動小数点数
解説

表示するボタンの種類を指定するには、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 プロパティ

 

 


© MESCIUS inc. All rights reserved.