C# Class FarsiLibrary.Win.FATabStripItem

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: DanWBR/dwsim3 Class Usage Examples

Private Properties

Свойство Type Description
UpdateText void

Méthodes publiques

Méthode Description
Assign ( FATabStripItem item ) : void
FATabStripItem ( ) : System
FATabStripItem ( Control displayControl ) : System
FATabStripItem ( string caption, Control displayControl ) : System
ShouldSerializeControls ( ) : bool
ShouldSerializeDock ( ) : bool
ShouldSerializeIsDrawn ( ) : bool
ShouldSerializeVisible ( ) : bool
ToString ( ) : string

Return a string representation of page.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Handles proper disposition of the tab page control.

OnChanged ( ) : void

Private Methods

Méthode Description
UpdateText ( string caption, Control displayControl ) : void

Method Details

Assign() public méthode

public Assign ( FATabStripItem item ) : void
item FATabStripItem
Résultat void

Dispose() protected méthode

Handles proper disposition of the tab page control.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FATabStripItem() public méthode

public FATabStripItem ( ) : System
Résultat System

FATabStripItem() public méthode

public FATabStripItem ( Control displayControl ) : System
displayControl System.Windows.Forms.Control
Résultat System

FATabStripItem() public méthode

public FATabStripItem ( string caption, Control displayControl ) : System
caption string
displayControl System.Windows.Forms.Control
Résultat System

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

ShouldSerializeControls() public méthode

public ShouldSerializeControls ( ) : bool
Résultat bool

ShouldSerializeDock() public méthode

public ShouldSerializeDock ( ) : bool
Résultat bool

ShouldSerializeIsDrawn() public méthode

public ShouldSerializeIsDrawn ( ) : bool
Résultat bool

ShouldSerializeVisible() public méthode

public ShouldSerializeVisible ( ) : bool
Résultat bool

ToString() public méthode

Return a string representation of page.
public ToString ( ) : string
Résultat string