Ribbon for WinForms
CheckBoxIndex プロパティ (ExpandButtonElement)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > ExpandButtonElement クラス : CheckBoxIndex プロパティ
Gets or sets the index of the CheckBox element within the button.
シンタックス
'宣言
 
Public Property CheckBoxIndex As Integer
public int CheckBoxIndex {get; set;}
解説

If there is no CheckBox element, this property returns -1. Setting the property to -1 removes the CheckBox element.

Setting this property value greater than the number of children does not throw an exception. In this case, the maximum valid value (Children.Count) is used instead (e.g. CheckBoxIndex = 1000).

参照

ExpandButtonElement クラス
ExpandButtonElement メンバ