GroupBoxRenderer.IsBackgroundPartiallyTransparent(GroupBoxState) メソッド

定義

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

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

パラメーター

state
GroupBoxState

グループ ボックスのビジュアル状態を指定する GroupBoxState 値の 1 つ。

戻り値

Boolean

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

適用対象