ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) メソッド

定義

ボタンの背景の一部が半透明、またはアルファ ブレンドされているかどうかを示します。

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

パラメーター

state
PushButtonState

ボタンの表示状態を指定する PushButtonState 値の 1 つ。

戻り値

ボタンの背景が半透明またはアルファ ブレンドされている場合は true。それ以外の場合は false

適用対象