C# Class FarsiLibrary.Win.Design.FATabStripDesigner

Inheritance: System.Windows.Forms.Design.ParentControlDesigner
Afficher le fichier Open project: DanWBR/dwsim3

Méthodes publiques

Méthode Description
Initialize ( System component ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetHitTest ( Point point ) : bool

Check HitTest on FATabStrip control and let the user click on close and menu buttons.

PreFilterProperties ( IDictionary properties ) : void
WndProc ( Message &msg ) : void

Private Methods

Méthode Description
OnAddTabStrip ( object sender, EventArgs e ) : void
OnRemoveTabStrip ( object sender, EventArgs e ) : void
OnRemoving ( object sender, ComponentEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetHitTest() protected méthode

Check HitTest on FATabStrip control and let the user click on close and menu buttons.
protected GetHitTest ( Point point ) : bool
point Point
Résultat bool

Initialize() public méthode

public Initialize ( System component ) : void
component System
Résultat void

PreFilterProperties() protected méthode

protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary
Résultat void

WndProc() protected méthode

protected WndProc ( Message &msg ) : void
msg System.Windows.Forms.Message
Résultat void