Share via


RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) 方法

定義

指出選項按鈕 (Option button) (也稱為選項按鈕 (Radio button)) 的背景是否有半透明或 Alpha 混合的片段。

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 值,指定選項按鈕的可見狀態。

傳回

如果選項按鈕的背景有半透明或 Alpha 混合的片段,則為 true,否則為 false

適用於