ButtonRenderer.IsBackgroundPartiallyTransparent(PushButtonState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出按鈕的背景是否有半透明或 Alpha 混色的片段。
public:
static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::PushButtonState state);
public static bool IsBackgroundPartiallyTransparent (System.Windows.Forms.VisualStyles.PushButtonState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.PushButtonState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As PushButtonState) As Boolean
參數
- state
- PushButtonState
PushButtonState 的其中一個值,指定按鈕的可見狀態。
傳回
如果按鈕的背景有半透明或 Alpha 混色的片段,則為 true
,否則為 false
。