This topic has not yet been rated - Rate this topic

VisualStyleRenderer.Handle Property

Gets a unique identifier for the current class of visual style elements.

Namespace:  System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
public IntPtr Handle { get; }

Property Value

Type: System.IntPtr
An IntPtr that identifies a set of data that defines the class of elements specified by Class.
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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ