Property | Type | Description | |
---|---|---|---|
CalculateTabs | void | ||
CalculateTabs | void | ||
DrawTab | void | ||
DrawTabStrip | void | ||
DrawTabStrip | void | ||
GetBorderRectangle | |||
GetTabOutline | |||
GetTabRectangle | |||
GetTextRectangle | |||
RtlTransform | Rectangle |
Method | Description | |
---|---|---|
GetLogicalTabStripRectangle ( DockState state ) : |
||
VS2012AutoHideStrip ( DockPanel panel ) : System |
Method | Description | |
---|---|---|
CreateTab ( IDockContent content ) : AutoHideStripBase.Tab | ||
GetTabBounds ( Tab tab ) : |
||
HitTest ( Point point ) : IDockContent | ||
MeasureHeight ( ) : int | ||
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnRefreshChanges ( ) : void | ||
TabHitTest ( Point ptMouse ) : Tab |
Method | Description | |
---|---|---|
CalculateTabs ( ) : void | ||
CalculateTabs ( DockState dockState ) : void | ||
DrawTab ( |
||
DrawTabStrip ( |
||
DrawTabStrip ( |
||
GetBorderRectangle ( |
||
GetTabOutline ( TabVS2012 tab, bool rtlTransform ) : |
||
GetTabRectangle ( TabVS2012 tab ) : |
||
GetTextRectangle ( |
||
RtlTransform ( Rectangle rect, DockState dockState ) : Rectangle |
protected CreateTab ( IDockContent content ) : AutoHideStripBase.Tab | ||
content | IDockContent | |
return | AutoHideStripBase.Tab |
public GetLogicalTabStripRectangle ( DockState state ) : |
||
state | DockState | |
return |
protected GetTabBounds ( Tab tab ) : |
||
tab | Tab | |
return |
protected HitTest ( Point point ) : IDockContent | ||
point | Point | |
return | IDockContent |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public VS2012AutoHideStrip ( DockPanel panel ) : System | ||
panel | DockPanel | |
return | System |