Method | Description | |
---|---|---|
GetOutline ( int index ) : |
||
VS2013DockPaneStrip ( |
Method | Description | |
---|---|---|
CreateTab ( IDockContent content ) : Tab | ||
Dispose ( bool disposing ) : void | ||
EnsureTabVisible ( IDockContent content ) : void | ||
GetTabBounds ( Tab tab ) : |
||
HitTest ( Point point ) : int | ||
MeasureHeight ( ) : int | ||
MouseDownActivateTest ( MouseEventArgs e ) : bool | ||
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnRefreshChanges ( ) : void | ||
OnRightToLeftChanged ( |
Method | Description | |
---|---|---|
ActiveCloseHitTest ( Point ptMouse ) : bool | ||
CalculateDocumentTab ( |
||
CalculateTabs ( ) : void | ||
CalculateTabs_Document ( ) : void |
Calculate which tabs are displayed and in what order.
|
|
CalculateTabs_ToolWindow ( ) : void | ||
Close_Click ( object sender, |
||
ContextMenuItem_Click ( object sender, |
||
DrawTab ( |
||
DrawTabStrip ( |
||
DrawTabStrip_Document ( |
||
DrawTabStrip_ToolWindow ( |
||
DrawTab_Document ( |
||
DrawTab_ToolWindow ( |
||
EnsureDocumentTabVisible ( IDockContent content, bool repaint ) : bool | ||
GetCloseButtonRect ( |
||
GetMaxTabWidth ( int index ) : int | ||
GetMaxTabWidth_Document ( int index ) : int | ||
GetMaxTabWidth_ToolWindow ( int index ) : int | ||
GetOutline_Document ( int index ) : |
||
GetOutline_ToolWindow ( int index ) : |
||
GetTabOutline ( Tab tab, bool rtlTransform, bool toScreen ) : |
||
GetTabOutline_Document ( Tab tab, bool rtlTransform, bool toScreen, bool full ) : |
||
GetTabOutline_ToolWindow ( Tab tab, bool rtlTransform, bool toScreen ) : |
||
GetTabRectangle ( int index ) : |
||
GetTabRectangle_Document ( int index ) : |
||
GetTabRectangle_ToolWindow ( int index ) : |
||
LayoutButtons ( ) : void | ||
MeasureHeight_Document ( ) : int | ||
MeasureHeight_ToolWindow ( ) : int | ||
SetActiveClose ( |
||
SetInertButtons ( ) : void | ||
SetMouseOverTab ( IDockContent content ) : bool | ||
TabCloseButtonHit ( int index ) : void | ||
WindowList_Click ( object sender, |
protected CreateTab ( IDockContent content ) : Tab | ||
content | IDockContent | |
return | Tab |
protected EnsureTabVisible ( IDockContent content ) : void | ||
content | IDockContent | |
return | void |
public GetOutline ( int index ) : |
||
index | int | |
return |
protected GetTabBounds ( Tab tab ) : |
||
tab | Tab | |
return |
protected MouseDownActivateTest ( MouseEventArgs e ) : bool | ||
e | MouseEventArgs | |
return | bool |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
return | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnRightToLeftChanged ( |
||
e | ||
return | void |
public VS2013DockPaneStrip ( |
||
pane | ||
return | System |