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

适用于