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