Свойство | Тип | Описание | |
---|---|---|---|
updateLayout | void |
Метод | Описание | |
---|---|---|
TransparentLabel ( ) : System |
The default constructor.
|
Метод | Описание | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Raises the Control.OnPaint event. This paints what is behind the label, and then oerlays that with the label's text. |
|
OnPaintBackground ( PaintEventArgs e ) : void |
Raises the Control.OnPaintBackground event. We don't want a backgroun, so this method does nothing. |
Метод | Описание | |
---|---|---|
updateLayout ( ) : void |
Adjusts the size of the label whenever properties affecting size change.
|
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
Результат | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
Результат | void |