Свойство | Тип | Описание | |
---|---|---|---|
CalculateTextRectangle | void |
Метод | Описание | |
---|---|---|
ChildControl_LocationChanged ( object sender, |
|
|
ChildControl_Resize ( object sender, |
|
|
FwTextPanel ( ) : System |
|
Метод | Описание | |
---|---|---|
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void |
|
|
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void |
|
|
OnPaint ( PaintEventArgs e ) : void |
Paint the text on the panel, if there is any.
|
|
OnResize ( |
Make sure to repaint when resizing.
|
|
ProcessMnemonic ( char charCode ) : bool |
Make sure the text in the header label acts like a normal label in that it responds to Alt+letter keys to send focus to the next control in the tab order.
|
Метод | Описание | |
---|---|---|
CalculateTextRectangle ( ) : void |
Calculates the rectangle of the text when there are child controls. This method assumes that controls to the right of the text should clip the text. However, if the controls are above and below the text, this method will probably screw up the text drawing.
|
public ChildControl_LocationChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public ChildControl_Resize ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | |
Результат | void |
protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |
protected ProcessMnemonic ( char charCode ) : bool | ||
charCode | char | |
Результат | bool |