System.Windows.Forms.VisualStyles.HitTestOptions Enumeration

Specifies the options that can be used when performing a hit test on the background specified by a visual style.

Syntax

[System.Flags]
public enum HitTestOptions

Remarks

The System.Windows.Forms.VisualStyles.HitTestOptions values are used as an argument in the erload:System.Windows.Forms.VisualStyles.VisualStyleRenderer.HitTestBackground method.

Members

Member NameDescription
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 HitTestOptions.SystemSizingMargins; HitTestOptions.SizingTemplate takes precedence.

SystemSizingMargins

The system resizing border width is used instead of visual style content margins. This option is mutually exclusive with HitTestOptions.SizingTemplate; HitTestOptions.SizingTemplate takes precedence.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0