C# Class Pabo.MozBar.MozPane

Inheritance: Pabo.MozBar.ScrollableControlWithScrollEvents, ISupportInitialize
Show file Open project: binaryage/xrefresh Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

Signals the MozPane that initialization is starting
public BeginInit ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

DoLayout() public method

public DoLayout ( ) : void
return void

DoLayout() public method

public DoLayout ( bool performRealLayout ) : void
performRealLayout bool
return void

EndInit() public method

Signals the MozPane that initialization is complete
public EndInit ( ) : void
return void

MozPane() public method

public MozPane ( ) : System
return System

OnControlAdded() protected method

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
return void

OnControlRemoved() protected method

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
return void

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnMozItemAdded() protected method

protected OnMozItemAdded ( Pabo.MozBar.MozItemEventArgs e ) : void
e Pabo.MozBar.MozItemEventArgs
return void

OnMozItemRemoved() protected method

protected OnMozItemRemoved ( Pabo.MozBar.MozItemEventArgs e ) : void
e Pabo.MozBar.MozItemEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSystemColorsChanged() protected method

protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs
return void

PreProcessMessage() public method

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
return bool

SelectByName() public method

public SelectByName ( string name ) : void
name string
return void

SelectByText() public method

public SelectByText ( string text ) : void
text string
return void

SelectItem() public method

public SelectItem ( int index ) : void
index int
return void

SelectItem() public method

public SelectItem ( string tag ) : void
tag string
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void