RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) メソッド

定義

オプション ボタン (ラジオ ボタンとも呼ばれます) の背景に半透明またはアルファブレンドされた部分があるかどうかを示します。

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

パラメーター

state
RadioButtonState

オプション ボタンの表示状態を指定する RadioButtonState 値の 1 つ。

返品

true オプションボタンの背景に半透明またはアルファブレンドの部分がある場合。それ以外の場合は false

適用対象