[Visual
Basic] imagekitcontrolname_EditToolBar(ByVal
ShowMode As EditToolBarModeConstants)
[Visual
C++] OnEditToolBarimagekitcontrolname(long
ShowMode)
Parameters
Name | Explanation |
---|---|
ShowMode | Display mode (0: Hidden, 1: Raster Image Editing Toolbar 2: Vector Image Editing Toolbar |
It is also possible to use the following constants in Visual Basic (ikHide = 0, ikRaster = 1, ikVector = 2).
Explanation
The EditToolBar event is generated whenever the image editing toolbars are displayed or when they are closed or hidden. The Edit.ShowToolBar method can be used to display or hide the image editing toolbars.