Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnEditDesignerEventArgs Class : Cancel Property |
public bool Cancel {get; set;}
'Declaration
Public Property Cancel As Boolean
public bool Cancel {get; set;}
@property (nonatomic) BOOL cancel;
public boolean getCancel() public void setCancel(boolean cancel)
get_Cancel();
set_Cancel(value);
Object.defineProperty('Cancel');
You should set this property to true to prevent an AnnObject from being edited.