C# Class Pabo.MozBar.MozPane

Inheritance: Pabo.MozBar.ScrollableControlWithScrollEvents, ISupportInitialize
Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Private Properties

Свойство Type Description
GetThemeColors void
GetWindowLong int
InitializeComponent void
IsHorizontalScrollBarVisible bool
IsVerticalScrollBarVisible bool
MatchControlCollToMozItemsColl void
MozItem_Click void
MozItem_DoubleClick void
MozItem_GotFocus void
MozItem_LostFocus void
OnParentChanged void
OnParentVisibleChanged void
RemoveFocus void
ShowScrollBar int
UpdateMozItems void

Méthodes publiques

Méthode Description
BeginInit ( ) : void

Signals the MozPane that initialization is starting

DoLayout ( ) : void
DoLayout ( bool performRealLayout ) : void
EndInit ( ) : void

Signals the MozPane that initialization is complete

MozPane ( ) : System
PreProcessMessage ( Message &msg ) : bool
SelectByName ( string name ) : void
SelectByText ( string text ) : void
SelectItem ( int index ) : void
SelectItem ( string tag ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMozItemAdded ( Pabo.MozBar.MozItemEventArgs e ) : void
OnMozItemRemoved ( Pabo.MozBar.MozItemEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnSystemColorsChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
GetThemeColors ( ) : void
GetWindowLong ( IntPtr hwnd, int nIndex ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsHorizontalScrollBarVisible ( ) : bool
IsVerticalScrollBarVisible ( ) : bool
MatchControlCollToMozItemsColl ( ) : void
MozItem_Click ( object sender, Pabo.MozBar.MozItemClickEventArgs e ) : void
MozItem_DoubleClick ( object sender, Pabo.MozBar.MozItemClickEventArgs e ) : void
MozItem_GotFocus ( object sender, Pabo.MozBar.MozItemEventArgs e ) : void
MozItem_LostFocus ( object sender, Pabo.MozBar.MozItemEventArgs e ) : void
OnParentChanged ( object sender, EventArgs e ) : void
OnParentVisibleChanged ( object sender, EventArgs e ) : void
RemoveFocus ( ) : void
ShowScrollBar ( IntPtr hWnd, int wBar, int bShow ) : int
UpdateMozItems ( ) : void

Method Details

BeginInit() public méthode

Signals the MozPane that initialization is starting
public BeginInit ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

DoLayout() public méthode

public DoLayout ( bool performRealLayout ) : void
performRealLayout bool
Résultat void

EndInit() public méthode

Signals the MozPane that initialization is complete
public EndInit ( ) : void
Résultat void

MozPane() public méthode

public MozPane ( ) : System
Résultat System

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnControlRemoved() protected méthode

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMozItemAdded() protected méthode

protected OnMozItemAdded ( Pabo.MozBar.MozItemEventArgs e ) : void
e Pabo.MozBar.MozItemEventArgs
Résultat void

OnMozItemRemoved() protected méthode

protected OnMozItemRemoved ( Pabo.MozBar.MozItemEventArgs e ) : void
e Pabo.MozBar.MozItemEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSystemColorsChanged() protected méthode

protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

PreProcessMessage() public méthode

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
Résultat bool

SelectByName() public méthode

public SelectByName ( string name ) : void
name string
Résultat void

SelectByText() public méthode

public SelectByText ( string text ) : void
text string
Résultat void

SelectItem() public méthode

public SelectItem ( int index ) : void
index int
Résultat void

SelectItem() public méthode

public SelectItem ( string tag ) : void
tag string
Résultat void

WndProc() protected méthode

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