Метод | Описание | |
---|---|---|
GetOutline ( int index ) : |
||
VS2013BlueDockPaneStrip ( DockPane pane ) : System |
Метод | Описание | |
---|---|---|
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 | ||
OnMouseHover ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnRefreshChanges ( ) : void | ||
OnRightToLeftChanged ( EventArgs e ) : void |
Метод | Описание | |
---|---|---|
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 ( Rectangle rectangle ) : bool | ||
SetInertButtons ( ) : void | ||
SetMouseOverTab ( IDockContent content ) : bool | ||
TabCloseButtonHit ( int index ) : void | ||
WindowList_Click ( object sender, EventArgs e ) : void |
protected CreateTab ( IDockContent content ) : Tab | ||
content | IDockContent | |
Результат | Tab |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected EnsureTabVisible ( IDockContent content ) : void | ||
content | IDockContent | |
Результат | void |
public GetOutline ( int index ) : |
||
index | int | |
Результат |
protected GetTabBounds ( Tab tab ) : |
||
tab | Tab | |
Результат |
protected MouseDownActivateTest ( MouseEventArgs e ) : bool | ||
e | MouseEventArgs | |
Результат | bool |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
Результат | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseHover ( EventArgs e ) : void | ||
e | EventArgs | |
Результат | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnRightToLeftChanged ( EventArgs e ) : void | ||
e | EventArgs | |
Результат | void |
public VS2013BlueDockPaneStrip ( DockPane pane ) : System | ||
pane | DockPane | |
Результат | System |