Ribbon for WinForms
GetCheckboxImage(CheckBoxState) メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > CheckBoxButtonElement クラス > GetCheckboxImage メソッド : GetCheckboxImage(CheckBoxState) メソッド
A value from the System.Windows.Forms.VisualStyles.CheckBoxState enumeration.
Gets a check box image as a function of the specified checkbox state.
シンタックス
'宣言
 
Public Overloads Overridable Function GetCheckboxImage( _
   ByVal state As CheckBoxState _
) As Image
public virtual Image GetCheckboxImage( 
   CheckBoxState state
)

パラメータ

state
A value from the System.Windows.Forms.VisualStyles.CheckBoxState enumeration.

戻り値の型

A checkbox image to be displayed in the element.
解説
Override this method to provide your own images for checkboxes in various states.
参照

CheckBoxButtonElement クラス
CheckBoxButtonElement メンバ
オーバーロード一覧