C# Класс ARCed.UI.VS2005AutoHideStrip

Наследование: AutoHideStripBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CalculateTabs void
CalculateTabs void
DrawTab void
DrawTabStrip void
DrawTabStrip void
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetTabOutline System.Drawing.Drawing2D.GraphicsPath
GetTabRectangle System.Drawing.Rectangle
GetTabRectangle System.Drawing.Rectangle
GetTransformedRectangle System.Drawing.Rectangle
RtlTransform System.Drawing.Rectangle

Открытые методы

Метод Описание
VS2005AutoHideStrip ( DockPanel panel ) : System

Защищенные методы

Метод Описание
CreateTab ( IDockContent content ) : Tab
HitTest ( Point ptMouse ) : IDockContent
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void

Приватные методы

Метод Описание
CalculateTabs ( ) : void
CalculateTabs ( DockState dockState ) : void
DrawTab ( Graphics g, TabVS2005 tab ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip ( Graphics g, DockState dockState ) : void
GetLogicalTabStripRectangle ( DockState dockState ) : Rectangle
GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : Rectangle
GetTabOutline ( TabVS2005 tab, bool transformed, bool rtlTransform ) : GraphicsPath
GetTabRectangle ( TabVS2005 tab ) : Rectangle
GetTabRectangle ( TabVS2005 tab, bool transformed ) : Rectangle
GetTransformedRectangle ( DockState dockState, Rectangle rect ) : Rectangle
RtlTransform ( Rectangle rect, DockState dockState ) : Rectangle

Описание методов

CreateTab() защищенный Метод

protected CreateTab ( IDockContent content ) : Tab
content IDockContent
Результат Tab

HitTest() защищенный Метод

protected HitTest ( Point ptMouse ) : IDockContent
ptMouse Point
Результат IDockContent

MeasureHeight() защищенный Метод

protected MeasureHeight ( ) : int
Результат int

OnLayout() защищенный Метод

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnRefreshChanges() защищенный Метод

protected OnRefreshChanges ( ) : void
Результат void

VS2005AutoHideStrip() публичный Метод

public VS2005AutoHideStrip ( DockPanel panel ) : System
panel DockPanel
Результат System