VisualStyleRenderer.Handle Property
Gets a unique identifier for the current class of visual style elements.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException |
The operating system does not support visual styles. -or- Visual styles are disabled by the user in the operating system. -or- Visual styles are not applied to the client area of application windows. |
This property is used internally by the VisualStyleRenderer methods. If the class of elements specified by the Class property is not defined by the current visual style, then this property returns IntPtr.Zero.
This property value is invalidated when the visual style of the operating system changes, or when the user disables visual styles. If you access this property directly, your code should query this property again to get a new handle when the SystemEvents.UserPreferenceChanged event is raised with the UserPreferenceChangedEventArgs.Category property value of UserPreferenceCategory.VisualStyle.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.