VisualStyleRenderer.GetColor(ColorProperty) 方法

定义

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

public:
 System::Drawing::Color GetColor(System::Windows::Forms::VisualStyles::ColorProperty prop);
public System.Drawing.Color GetColor (System.Windows.Forms.VisualStyles.ColorProperty prop);
member this.GetColor : System.Windows.Forms.VisualStyles.ColorProperty -> System.Drawing.Color
Public Function GetColor (prop As ColorProperty) As Color

参数

prop
ColorProperty

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

返回

Color

Color,它包含 prop 参数为当前视觉样式元素指定的属性的值。

例外

prop 不是 ColorProperty 值之一。

注解

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

适用于