Adds a text child object.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  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.

Implements

IAddChild..::.AddText(String)

See Also