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指定复选框视觉状态的值之一。

返回

true 如果复选框的背景具有半透明或 alpha 混合件,则为 ;否则,为 false.

适用于