[]
Returns the value of the specified integer property for the current visual style element.
public int GetInteger(IntegerProperty prop)
Public Function GetInteger(prop As IntegerProperty) As Integer
Type | Name | Description |
---|---|---|
IntegerProperty | prop | One of the System.Windows.Forms.VisualStyles.IntegerProperty values that specifies which property value to retrieve for the current visual style element. |
Type | Description |
---|---|
int | The integer value of the property specified by the prop parameter for the current visual style element. |