VisualStyleRenderer.GetEnumValue Method
.NET Framework 3.0
Returns the value of the specified enumerated type property for the current visual style element.
Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
'Declaration Public Function GetEnumValue ( _ prop As EnumProperty _ ) As Integer 'Usage Dim instance As VisualStyleRenderer Dim prop As EnumProperty Dim returnValue As Integer returnValue = instance.GetEnumValue(prop)
public int GetEnumValue ( EnumProperty prop )
public function GetEnumValue ( prop : EnumProperty ) : int
Not applicable.
Parameters
- prop
One of the EnumProperty values that specifies which property value to retrieve for the current visual style element.
Return Value
The integer value of the property specified by the prop parameter for the current visual style element.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: