GroupBoxRenderer.IsBackgroundPartiallyTransparent(GroupBoxState) 方法

定义

指示分组框的背景是否具有任何半透明或 alpha 混合件。

public:
 static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::GroupBoxState state);
public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.GroupBoxState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As GroupBoxState) As Boolean

参数

state
GroupBoxState

GroupBoxState指定组框视觉状态的值之一。

返回

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

适用于