Property | Type | Description | |
---|---|---|---|
CalculateTabs | void | ||
CalculateTabs | void | ||
DrawTab | void | ||
DrawTabStrip | void | ||
DrawTabStrip | void | ||
GetLogicalTabStripRectangle | |||
GetLogicalTabStripRectangle | |||
GetTabOutline | |||
GetTabRectangle | |||
GetTabRectangle | |||
GetTransformedRectangle | |||
RtlTransform | Rectangle |
Method | Description | |
---|---|---|
VS2005MultithreadingAutoHideStrip ( DockPanel panel ) : System |
Method | Description | |
---|---|---|
CreateTab ( IDockContent content ) : AutoHideStripBase.Tab | ||
GetTabBounds ( Tab tab ) : |
||
HitTest ( Point point ) : IDockContent | ||
MeasureHeight ( ) : int | ||
OnLayout ( LayoutEventArgs levent ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnRefreshChanges ( ) : void |
Method | Description | |
---|---|---|
CalculateTabs ( ) : void | ||
CalculateTabs ( DockState dockState ) : void | ||
DrawTab ( |
||
DrawTabStrip ( |
||
DrawTabStrip ( |
||
GetLogicalTabStripRectangle ( DockState dockState ) : |
||
GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : |
||
GetTabOutline ( TabVS2005 tab, bool transformed, bool rtlTransform ) : |
||
GetTabRectangle ( TabVS2005 tab ) : |
||
GetTabRectangle ( TabVS2005 tab, bool transformed ) : |
||
GetTransformedRectangle ( DockState dockState, |
||
RtlTransform ( Rectangle rect, DockState dockState ) : Rectangle |
protected CreateTab ( IDockContent content ) : AutoHideStripBase.Tab | ||
content | IDockContent | |
return | AutoHideStripBase.Tab |
protected GetTabBounds ( Tab tab ) : |
||
tab | Tab | |
return |
protected HitTest ( Point point ) : IDockContent | ||
point | Point | |
return | IDockContent |
protected OnLayout ( LayoutEventArgs levent ) : void | ||
levent | LayoutEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public VS2005MultithreadingAutoHideStrip ( DockPanel panel ) : System | ||
panel | DockPanel | |
return | System |