Метод | Описание | |
---|---|---|
TextUpdater ( |
Constructor using a Control like a TextBox. Unused for now.
|
|
TextUpdater ( |
Constructor for given ToolStripItem.
|
|
UpdateText ( string text ) : void |
Updates text of targeted text property.
|
public TextUpdater ( |
||
givenControl | Control to alter. | |
Результат | System |
public TextUpdater ( |
||
givenControl | Control to monitor. | |
givenStrip | Base strip to correctly invoke with. | |
Результат | System |
public UpdateText ( string text ) : void | ||
text | string | New text to display. |
Результат | void |