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指定组框视觉状态的值之一。
返回
true 如果分组框的背景具有半透明或 alpha 混合件,则为 ;否则,为 false.