GroupBoxRenderer.IsBackgroundPartiallyTransparent(GroupBoxState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出群組方塊的背景是否有任何半透明或 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
。