Adds a text child object.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
public virtual void AddText( string text ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub AddText ( _ text As String _ ) |
Parameters
- text
- Type: System..::.String
The child object to add.