VisualStyleRenderer.GetBoolean(BooleanProperty) 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.
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.