VisualStyleRenderer.GetInteger(IntegerProperty) 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 integer property for the current visual style element.
public:
int GetInteger(System::Windows::Forms::VisualStyles::IntegerProperty prop);
public int GetInteger (System.Windows.Forms.VisualStyles.IntegerProperty prop);
member this.GetInteger : System.Windows.Forms.VisualStyles.IntegerProperty -> int
Public Function GetInteger (prop As IntegerProperty) As Integer
Parameters
- prop
- IntegerProperty
One of the IntegerProperty values that specifies which property value to retrieve for the current visual style element.
Returns
The integer value of the property specified by the prop
parameter for the current visual style element.
Exceptions
prop
is not one of the IntegerProperty values.
Remarks
Visual styles use a set of integer values to describe some properties of the elements defined by a style. These properties are encapsulated by the IntegerProperty values.