共用方式為


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 的其中一個值,指定群組方塊的可見狀態。

傳回

Boolean

如果群組方塊的背景有半透明或 Alpha 混合片段,則為 true,否則為 false

適用於