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 值之一。

返回

如果分组框的背景包含半透明或混合了 alpha 的块,为 true;否则为 false

适用于