CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) 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 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 -> boolPublic Shared Function IsBackgroundPartiallyTransparent (state As CheckBoxState) As BooleanParameters
- 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.