Свойство | Type | Description | |
---|---|---|---|
AutoHide_Click | void | ||
Close_Click | void | ||
DrawCaption | void | ||
Options_Click | void | ||
SetButtons | void | ||
SetButtonsPosition | void |
Méthode | Description | |
---|---|---|
VS2012DockPaneCaption ( DockPane pane ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
DrawDotsStrip ( Graphics g, Rectangle rectStrip, Color colorDots ) : void | ||
MeasureHeight ( ) : int | ||
OnLayout ( LayoutEventArgs levent ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnRefreshChanges ( ) : void | ||
OnRightToLeftChanged ( EventArgs e ) : void |
Méthode | Description | |
---|---|---|
AutoHide_Click ( object sender, |
||
Close_Click ( object sender, EventArgs e ) : void | ||
DrawCaption ( Graphics g ) : void | ||
Options_Click ( object sender, EventArgs e ) : void | ||
SetButtons ( ) : void | ||
SetButtonsPosition ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected DrawDotsStrip ( Graphics g, Rectangle rectStrip, Color colorDots ) : void | ||
g | Graphics | |
rectStrip | Rectangle | |
colorDots | Color | |
Résultat | void |
protected OnLayout ( LayoutEventArgs levent ) : void | ||
levent | LayoutEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnRightToLeftChanged ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
public VS2012DockPaneCaption ( DockPane pane ) : System | ||
pane | DockPane | |
Résultat | System |