HitTestOptions Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the options that can be used when performing a hit test on the background specified by a visual style.
Assembly: System.Windows.Forms (in system.windows.forms.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Forms.VisualStylesAssembly: System.Windows.Forms (in system.windows.forms.dll)
| Member name | Description | |
|---|---|---|
| BackgroundSegment | The hit test option for the background segment. | |
| Caption | The hit test option for the caption. | |
| FixedBorder | The hit test option for the fixed border. | |
| ResizingBorder | The hit test option for the resizing border. | |
| ResizingBorderBottom | The hit test option for the bottom resizing border. | |
| ResizingBorderLeft | The hit test option for the left resizing border. | |
| ResizingBorderRight | The hit test option for the right resizing border. | |
| ResizingBorderTop | The hit test option for the top resizing border. | |
| SizingTemplate | The resizing border is specified as a template, not just window edges. This option is mutually exclusive with SystemSizingMargins; SizingTemplate takes precedence. | |
| SystemSizingMargins | The system resizing border width is used instead of visual style content margins. This option is mutually exclusive with SizingTemplate; SizingTemplate takes precedence. |
The HitTestOptions values are used as an argument in the System.Windows.Forms.VisualStyles.VisualStyleRenderer.HitTestBackground method.
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: