This method displays the image editing-toolbar at the position set in the ToolBarLeft and ToolBarTop properties

[C++Builder]   [ bool = ]imagekitcontrolname->Edit->ShowToolBar(TVIkEditToolBarMode ShowMode)
[Delphi]   [ Boolean = ]imagekitcontrolname.Edit.ShowToolBar(ShowMode: TVIkEditToolBarMode)

[TVIkEditToolBarMode Type]

Unit
     IkInit

type
     TVIkEditToolBarMode = (vikHide, vikRaster, vikVector);

Parameters

Name Explanation
ShowMode The display mode (vikHide: No toolbar is displayed, vikRaster: Raster image-editing toolbar is displayed, vikVector: Vector image-editing toolbar is displayed)

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The ShowToolBar method displays the image editing toolbar at the position set in the ToolBarLeft and ToolBarTop properties. For this method to be successful, the appropriate values must be set in the ToolBarLeft and ToolBarTop properties.

The image that is enabled for editing depends on the EditImageLayerNo property and refers to either the image set in the ImageHandle property or the Layer(EditImageLayerNo).ImageHandle property.

To save editing changes to the image data, execute the Modify method.

If you are placing the ImageKit Control on a modal form, please display the image editing toolbar only after the form has been displayed.

Differences from the ImageKit 7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikHide, ikRaster, ikVector).

 

The ImageKit10 VCL is a product created by Newtone Corporation