GroupBoxRenderer.IsBackgroundPartiallyTransparent(GroupBoxState) 메서드

정의

그룹 상자의 배경에 반투명 또는 알파가 혼합된 부분이 있는지 여부를 나타냅니다.

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

그룹 상자의 배경에 반투명 또는 알파가 혼합된 부분이 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상