VisualStyleRenderer.GetBoolean(BooleanProperty) Method

Definition

Returns the value of the specified Boolean property for the current visual style element.

public:
 bool GetBoolean(System::Windows::Forms::VisualStyles::BooleanProperty prop);
public bool GetBoolean (System.Windows.Forms.VisualStyles.BooleanProperty prop);
member this.GetBoolean : System.Windows.Forms.VisualStyles.BooleanProperty -> bool
Public Function GetBoolean (prop As BooleanProperty) As Boolean

Parameters

prop
BooleanProperty

One of the BooleanProperty values that specifies which property value to retrieve for the current visual style element.

Returns

true if the property specified by the prop parameter is true for the current visual style element; otherwise, false.

Exceptions

prop is not one of the BooleanProperty values.

Remarks

Visual styles use a set of Boolean values to describe some properties of the elements defined by a style. These properties are encapsulated by the BooleanProperty values.

Applies to