Class HitTestArea
Specifies the area which is hit by mouse pointer.
Inheritance
System.Object
HitTestArea
Namespace: Syncfusion.Windows.Forms.Tools.Renderers
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class HitTestArea : Enum
Fields
Border
Border area of the docking window.
Declaration
public const HitTestArea Border
Field Value
| Type |
|---|
| HitTestArea |
Button
Caption button of docking window.
Declaration
public const HitTestArea Button
Field Value
| Type |
|---|
| HitTestArea |
Caption
Caption part of the docking window.
Declaration
public const HitTestArea Caption
Field Value
| Type |
|---|
| HitTestArea |
None
None of the area.
Declaration
public const HitTestArea None
Field Value
| Type |
|---|
| HitTestArea |