This method displays the image editing-toolbar at the position set in the ToolBarLeft and ToolBarTop properties
[Visual Basic]   [ Boolean = ]imagekitcontrolname.Edit.ShowToolBar(Mode As EditToolBarModeConstants)
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetEdit().ShowToolBar(long Mode)
[VB.NET]   [ Boolean = ]imagekitcontrolname.Edit.ShowToolBar(Mode As ImageKit10(A)Lib.EditToolBarModeConstants)
[C#.NET]   [ bool = ]imagekitcontrolname.Edit.ShowToolBar(ImageKit10(A)Lib.EditToolBarModeConstants Mode)

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode.

Parameters

Name Explanation
Mode The display mode (0: No toolbar is displayed, 1: Raster image-editing toolbar is displayed, 2: Vector image-editing toolbar is displayed)

The following constants can be used: (ikHide = 0, ikRaster = 1, ikVector = 2).

Return Value

Returns True (nonzero) if successful. Returns False (0) 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation