HypernovaDesktop Components · docs
Binarymission
WinFormsPower Tab Strip › CurrentlyDisplayedTabPagesListReport

CurrentlyDisplayedTabPagesListReport

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TabControls

A class to package the details for reporting the Tab pages currently displayed within the view window of the PowerTabStrip Control instance.

public class CurrentlyDisplayedTabPagesListReport

Members at a glance

TabPageGets the Tab page instance.
TabPageIndexGets the index of the tab page.
TimestampGets the timestamp of when the item was displayed.
ToStringReturns a Control-custom prepared string for diagnostic purposes.

Properties

TabPage

public BinaryPowerTabPage TabPage

Gets the Tab page instance.

TabPageIndex

public int TabPageIndex

Gets the index of the tab page.

Timestamp

public DateTimeOffset Timestamp

Gets the timestamp of when the item was displayed.

Methods

ToString

public override string ToString()

Returns a Control-custom prepared string for diagnostic purposes.