CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) 方法

定義

指出核取方塊的背景是否有半透明或 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

適用於