CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) メソッド

定義

チェック ボックスの背景の一部が半透明である (アルファ ブレンドされている) かどうかを示します。

public:
 static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::CheckBoxState state);
public static bool IsBackgroundPartiallyTransparent (System.Windows.Forms.VisualStyles.CheckBoxState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.CheckBoxState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As CheckBoxState) As Boolean

パラメーター

state
CheckBoxState

チェック ボックスのビジュアル状態を指定する CheckBoxState 値の 1 つ。

戻り値

Boolean

チェック ボックスの背景の一部が半透明である (アルファ ブレンドされている) 場合は true。それ以外の場合は false

適用対象