HitTestOptions Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class HitTestOptions
[System.Flags]
public enum HitTestOptions
[<System.Flags>]
type HitTestOptions = 
Public Enum HitTestOptions
Inheritance
HitTestOptions
Attributes

Fields

BackgroundSegment 0

The hit test option for the background segment.

Caption 4

The hit test option for the caption.

FixedBorder 2

The hit test option for the fixed border.

ResizingBorder 240

The hit test option for the resizing border.

ResizingBorderBottom 128

The hit test option for the bottom resizing border.

ResizingBorderLeft 16

The hit test option for the left resizing border.

ResizingBorderRight 64

The hit test option for the right resizing border.

ResizingBorderTop 32

The hit test option for the top resizing border.

SizingTemplate 256

The resizing border is specified as a template, not just window edges. This option is mutually exclusive with SystemSizingMargins; SizingTemplate takes precedence.

SystemSizingMargins 512

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

Remarks

The HitTestOptions values are used as an argument in the VisualStyleRenderer.HitTestBackground method.

Applies to