CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出核取方塊的背景是否有半透明或 Alpha 混合片段。
public:
static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::CheckBoxState state);
public static bool IsBackgroundPartiallyTransparent (System.Windows.Forms.VisualStyles.CheckBoxState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.CheckBoxState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As CheckBoxState) As Boolean
參數
- state
- CheckBoxState
CheckBoxState 的其中一個值,指定核取方塊的可見狀態。
傳回
如果核取方塊的背景有半透明或 Alpha 混合片段,則為 true
,否則為 false
。