Leadtools.Annotations.Core Namespace > AnnEditDesignerEventArgs Class : Cancel Property |
public bool Cancel {get; set;}
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.