C# Class Nexus.UI.Controls.VerticalTabPage

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VerticalTabPage ( ) : System

The default constructor.

Méthodes protégées

Méthode 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 méthode

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

VerticalTabPage() public méthode

The default constructor.
public VerticalTabPage ( ) : System
Résultat System