Back to Devexpress

XtraTabControl.HotTrackedTabPage Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-4a629012.md

latest1.6 KB
Original Source

XtraTabControl.HotTrackedTabPage Property

Gets or sets the hot-tracked tab page.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual XtraTabPage HotTrackedTabPage { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property HotTrackedTabPage As XtraTabPage

Property Value

TypeDescription
XtraTabPage

An XtraTabPage object which represents the tab page currently hot-tracked.

|

Remarks

A tab page is hot-tracked if the mouse pointer is over its header. Changing the HotTrackedTabPage property’s value raises the XtraTabControl.HotTrackedPageChanged event.

See Also

CalcHitInfo(Point)

HotTrackedPageChanged

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace