C# Class ARCed.UI.DockPaneCaptionBase

Inheritance: System.Windows.Forms.Control
Show file Open project: borisblizzard/arcreator Class Usage Examples

Protected Methods

Method Description
DockPaneCaptionBase ( DockPane pane ) : System.Drawing
MeasureHeight ( ) : int
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnRefreshChanges ( ) : void
OnRightToLeftLayoutChanged ( ) : void
ShowTabPageContextMenu ( Point position ) : void

Private Methods

Method Description
RefreshChanges ( ) : void
WndProc ( Message &m ) : void

Method Details

DockPaneCaptionBase() protected method

protected DockPaneCaptionBase ( DockPane pane ) : System.Drawing
pane DockPane
return System.Drawing

MeasureHeight() protected abstract method

protected abstract MeasureHeight ( ) : int
return int

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void

OnRightToLeftLayoutChanged() protected method

protected OnRightToLeftLayoutChanged ( ) : void
return void

ShowTabPageContextMenu() protected method

protected ShowTabPageContextMenu ( Point position ) : void
position System.Drawing.Point
return void