This property sets whether or not an annotation object's property dialog will be displayed when the object is double clicked.

[Visual Basic] Public Property ShowDialogOnDoubleClick As Boolean
[C#] public bool ShowDialogOnDoubleClick {get; set;}

Property Value

True: The annotation object's property dialog is displayed when the object is double clicked.

False: The annotation object's property dialog is NOT displayed when the object is double clicked.

Default value is False

Explanation

The ShowDialogOnDoubleClick property sets whether or not an annotation object's property dialog will be displayed when the object is double clicked.

When this property is True, double clicking the object will display the property dialog and works in the same way as selecting "Properties" in the context menu or executing the ShowPropertyDialog method.

The ShowDialogOnDoubleClick property is only enabled when the object is NOT selected. If an object is already selected the ShowDialogOnDoubleClick property is ignored for that object.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation