Back to Devexpress

WizardHitTest Enum

windowsforms-devexpress-dot-xtrawizard-42392d81.md

latest2.2 KB
Original Source

WizardHitTest Enum

Lists the values that identify wizard elements located under the test point.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public enum WizardHitTest
vb
Public Enum WizardHitTest

Members

NameDescription
None

The test point does not belong to any wizard element or is outside the XtraWizard control.

| | PageClient |

The test point belongs to a content area.

| | PrevButton |

The test point belongs to the Back button.

| | NextButton |

The test point belongs to the Next button.

| | CancelButton |

The test point belongs to the Cancel button.

| | HelpButton |

The test point belongs to the Help button.

| | NavigationPanel |

The test point belongs to the navigation panel.

|

The following properties accept/return WizardHitTest values:

Remarks

Values listed by this enumeration are used to set the WizardHitInfo.HitTest property’s value.

See Also

CalcHitInfo(Point)

HitTest

DevExpress.XtraWizard Namespace