CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Method

Definition

Indicates whether the background of the check box has semitransparent or alpha-blended pieces.

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

Parameters

state
CheckBoxState

One of the CheckBoxState values that specifies the visual state of the check box.

Returns

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

Applies to