RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) 메서드

정의

옵션 단추(라디오 단추라고도 함)의 배경에 반투명 또는 알파 혼합 조각이 있는지 여부를 나타냅니다.

public:
 static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::RadioButtonState state);
public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.RadioButtonState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As RadioButtonState) As Boolean

매개 변수

state
RadioButtonState

옵션 단추의 RadioButtonState 시각적 상태를 지정하는 값 중 하나입니다.

반품

true옵션 단추의 배경에 반투명 또는 알파 혼합 조각이 있으면 이고, 그렇지 않으면 . false

적용 대상