[Visual
Basic] imagekitcontrolname.Edit.ToolBarCaption
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetEdit().GetToolBarCaption()
imagekitcontrolname.GetEdit().SetToolBarCaption(LPCTSTR Val)
imagekitcontrolname.GetEdit().SetToolBarCaption(LPCTSTR Val)
Property Value
The string used for the image-editing toolbar caption.
Explanation
The ToolBarCaption property sets the caption for the image-editing toolbar. If the ToolBarCaption property is blank and the ToolBarCloseBox property is False, then the title bar is not displayed on the image-editing toolbar and it cannot be moved with the mouse.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.