WinForms › Power 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
TabPage | Gets the Tab page instance. |
TabPageIndex | Gets the index of the tab page. |
Timestamp | Gets the timestamp of when the item was displayed. |
ToString | Returns 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.