CheckBoxRenderer::IsBackgroundPartiallyTransparent Method (CheckBoxState)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static bool IsBackgroundPartiallyTransparent(
	CheckBoxState state
)

Parameters

state
Type: System.Windows.Forms.VisualStyles::CheckBoxState

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

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: