RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Method

Definition

Indicates whether the background of the option button (also known as a radio button) has semitransparent or alpha-blended pieces.

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

Parameters

state
RadioButtonState

One of the RadioButtonState values that specifies the visual state of the option button.

Returns

true if the background of the option button has semitransparent or alpha-blended pieces; otherwise, false.

Applies to