[Visual
Basic] imagekitcontrolname.Edit.ToolBarCloseBox
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().GetToolBarCloseBox()
imagekitcontrolname.GetEdit().SetToolBarCloseBox(BOOL Val)
imagekitcontrolname.GetEdit().SetToolBarCloseBox(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Displays a close button on the title bar of the image-editing toolbar |
False | Does not display a close button on the image-editing toolbar |
Explanation
The ToolBarCloseBox property sets whether or not a close [X] button is displayed on the image-editing toolbar.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.