C# Class System.Windows.Forms.CustomTabControl

Inheritance: TabControl
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Private Properties

Свойство Type Description
AddPageBorder void
BackupTabPages void
CustomPaint void
DrawTabBorder void
DrawTabImage void
DrawTabPage void
DrawTabText void
GetStringFormat System.Drawing.StringFormat
GetTabImageRect System.Drawing.Rectangle
GetTabImageRect System.Drawing.Rectangle
GetTabPageBorder System.Drawing.Drawing2D.GraphicsPath
GetTabTextRect System.Drawing.Rectangle
IsValidTabIndex bool
OnParentResize void
ProcessMnemonic bool
StartDragDrop void
WndProc void

Méthodes publiques

Méthode Description
CustomTabControl ( ) : System
GetPageBounds ( int index ) : Rectangle
GetTabCloserRect ( int index ) : Rectangle
GetTabPosition ( int index ) : Point
GetTabRow ( int index ) : int
HideTab ( TabPage page ) : void
HideTab ( int index ) : void
HideTab ( string key ) : void
IsFirstTabInRow ( int index ) : bool
ShowTab ( TabPage page ) : void
ShowTab ( int index ) : void
ShowTab ( string key ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
OnCreateControl ( ) : void
OnDragDrop ( DragEventArgs drgevent ) : void
OnDragOver ( DragEventArgs drgevent ) : void
OnFontChanged ( EventArgs e ) : void
OnHScroll ( ScrollEventArgs e ) : void
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentBackColorChanged ( EventArgs e ) : void
OnParentBackgroundImageChanged ( EventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelecting ( System.Windows.Forms.TabControlCancelEventArgs e ) : void
OnTabClosing ( System.Windows.Forms.TabControlCancelEventArgs e ) : void
OnTabImageClick ( System.Windows.Forms.TabControlEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

Private Methods

Méthode Description
AddPageBorder ( GraphicsPath path, Rectangle pageBounds, Rectangle tabBounds ) : void
BackupTabPages ( ) : void
CustomPaint ( Graphics screenGraphics ) : void
DrawTabBorder ( GraphicsPath path, int index, Graphics graphics ) : void
DrawTabImage ( int index, Graphics graphics ) : void
DrawTabPage ( int index, Graphics graphics ) : void
DrawTabText ( int index, Graphics graphics ) : void
GetStringFormat ( ) : StringFormat
GetTabImageRect ( GraphicsPath tabBorderPath ) : Rectangle
GetTabImageRect ( int index ) : Rectangle
GetTabPageBorder ( int index ) : GraphicsPath
GetTabTextRect ( int index ) : Rectangle
IsValidTabIndex ( int index ) : bool
OnParentResize ( object sender, EventArgs e ) : void
ProcessMnemonic ( char charCode ) : bool
StartDragDrop ( ) : void
WndProc ( Message &m ) : void

Method Details

CustomTabControl() public méthode

public CustomTabControl ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetPageBounds() public méthode

public GetPageBounds ( int index ) : Rectangle
index int
Résultat System.Drawing.Rectangle

GetTabCloserRect() public méthode

public GetTabCloserRect ( int index ) : Rectangle
index int
Résultat System.Drawing.Rectangle

GetTabPosition() public méthode

public GetTabPosition ( int index ) : Point
index int
Résultat Point

GetTabRow() public méthode

public GetTabRow ( int index ) : int
index int
Résultat int

HideTab() public méthode

public HideTab ( TabPage page ) : void
page TabPage
Résultat void

HideTab() public méthode

public HideTab ( int index ) : void
index int
Résultat void

HideTab() public méthode

public HideTab ( string key ) : void
key string
Résultat void

IsFirstTabInRow() public méthode

public IsFirstTabInRow ( int index ) : bool
index int
Résultat bool

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnControlRemoved() protected méthode

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnDragDrop() protected méthode

protected OnDragDrop ( DragEventArgs drgevent ) : void
drgevent DragEventArgs
Résultat void

OnDragOver() protected méthode

protected OnDragOver ( DragEventArgs drgevent ) : void
drgevent DragEventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHScroll() protected méthode

protected OnHScroll ( ScrollEventArgs e ) : void
e ScrollEventArgs
Résultat void

OnMouseClick() protected méthode

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMove() protected méthode

protected OnMove ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnParentBackColorChanged() protected méthode

protected OnParentBackColorChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnParentBackgroundImageChanged() protected méthode

protected OnParentBackgroundImageChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelectedIndexChanged() protected méthode

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelecting() protected méthode

protected OnSelecting ( System.Windows.Forms.TabControlCancelEventArgs e ) : void
e System.Windows.Forms.TabControlCancelEventArgs
Résultat void

OnTabClosing() protected méthode

protected OnTabClosing ( System.Windows.Forms.TabControlCancelEventArgs e ) : void
e System.Windows.Forms.TabControlCancelEventArgs
Résultat void

OnTabImageClick() protected méthode

protected OnTabImageClick ( System.Windows.Forms.TabControlEventArgs e ) : void
e System.Windows.Forms.TabControlEventArgs
Résultat void

PaintTransparentBackground() protected méthode

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
Résultat void

ShowTab() public méthode

public ShowTab ( TabPage page ) : void
page TabPage
Résultat void

ShowTab() public méthode

public ShowTab ( int index ) : void
index int
Résultat void

ShowTab() public méthode

public ShowTab ( string key ) : void
key string
Résultat void