Input for WinForms
GetCheckboxImage(CheckBoxState) メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > CheckButtonElement クラス : GetCheckboxImage(CheckBoxState) メソッド
System.Windows.Forms.VisualStyles.CheckBoxState列挙型の値。
指定されたチェックボックスの状態に応じたチェックボックス画像を取得します。
シンタックス
'宣言
 
Public Overridable Function GetCheckboxImage( _
   ByVal state As System.Windows.Forms.VisualStyles.CheckBoxState _
) As System.Drawing.Image
public virtual System.Drawing.Image GetCheckboxImage( 
   System.Windows.Forms.VisualStyles.CheckBoxState state
)

パラメータ

state
System.Windows.Forms.VisualStyles.CheckBoxState列挙型の値。

戻り値の型

要素に表示されるチェックボックス画像。
解説
さまざまな状態の独自のチェックボックス画像を提供するには、このメソッドをオーバーライドします。
参照

CheckButtonElement クラス
CheckButtonElement メンバ