[Visual
Basic] imagekitcontrolname.Edit.ToolBarFixed
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().GetToolBarFixed()
imagekitcontrolname.GetEdit().SetToolBarFixed(BOOL Val)
imagekitcontrolname.GetEdit().SetToolBarFixed(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | The image editing toolbar can be moved |
False | The image editing toolbar cannot be moved |
Explanation
The ToolBarFixed property sets whether or not the location of the image editing toolbar is fixed. When false, the image editing toolbar can not be moved from its initial display location.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.