[Visual
Basic] imagekitcontrolname.Edit.ClearText
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().GetClearText()
imagekitcontrolname.GetEdit().SetClearText(BOOL Val)
imagekitcontrolname.GetEdit().SetClearText(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | The textbox is cleared |
False (default value) | The textbox is not cleared. (The string set in the Edit.Text property is displayed in the textbox) |
Explanation
The ClearText property sets whether or not text, previously added to the image-editing toolbar's textbox, is cleared when the textbox is displayed. When this property is true, the text is cleared from the textbox. When this property is false, the string set in the Edit.Text property appears in the textbox when it is displayed. The default value of the ClearText property is False.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.