C# Class ARCed.UI.VS2005DockPaneCaption

Inheritance: DockPaneCaptionBase
Show file Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Property Type Description
AutoHide_Click void
Close_Click void
DrawCaption void
Options_Click void
SetButtons void
SetButtonsPosition void

Public Methods

Method Description
VS2005DockPaneCaption ( DockPane pane ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
OnRightToLeftChanged ( EventArgs e ) : void

Private Methods

Method Description
AutoHide_Click ( object sender, EventArgs e ) : void
Close_Click ( object sender, EventArgs e ) : void
DrawCaption ( Graphics g ) : void
Options_Click ( object sender, EventArgs e ) : void
SetButtons ( ) : void
SetButtonsPosition ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MeasureHeight() protected method

protected MeasureHeight ( ) : int
return int

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

OnPaint() protected method

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

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void

OnRightToLeftChanged() protected method

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

VS2005DockPaneCaption() public method

public VS2005DockPaneCaption ( DockPane pane ) : System
pane DockPane
return System