This property sets the string that is used when drawing text with the image editing toolbar
[Visual
Basic] imagekitcontrolname.Edit.Text
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetEdit().GetText()
imagekitcontrolname.GetEdit().SetText(LPCTSTR Val)
imagekitcontrolname.GetEdit().SetText(LPCTSTR Val)
Property Value
Text is the string that is drawn.
Explanation
The Text property is enabled when the image editing toolbar is used to draw text.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.