C# Class Nexus.UI.Controls.VerticalTabPage

A page in a VerticalTabControl.
Inheritance: System.Windows.Forms.Panel, IStatusProviderAware
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
VerticalTabPage ( ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes of the control.

This ensures that to page's tab button is also disposed of.

Method Details

Dispose() protected method

Disposes of the control.
This ensures that to page's tab button is also disposed of.
protected Dispose ( bool disposing ) : void
disposing bool
return void

VerticalTabPage() public method

The default constructor.
public VerticalTabPage ( ) : System
return System