RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.