VisualStyleRenderer.GetColor(ColorProperty) 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 color property for the current visual style element.
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
Parameters
- prop
- ColorProperty
One of the ColorProperty values that specifies which property value to retrieve for the current visual style element.
Returns
A Color that contains the value of the property specified by the prop
parameter for the current visual style element.
Exceptions
prop
is not one of the ColorProperty values.
Remarks
Visual styles use a set of color values to describe some properties of the elements defined by a style. These properties are encapsulated by the ColorProperty values.