RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出選項按鈕 (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
。