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
。