VisualStyleRenderer.GetBoolean(BooleanProperty) 方法

定义

返回当前视觉样式元素的指定布尔属性的值。

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

参数

prop
BooleanProperty

BooleanProperty 值之一,指定要为当前视觉样式元素检索的属性值。

返回

Boolean

如果 prop 参数指定的属性值对于当前视觉样式元素为 true,则为 true,否则为 false

例外

注解

视觉样式使用一组布尔值来描述样式定义的元素的某些属性。 这些属性由 BooleanProperty 值封装。

适用于