public bool Cancel {get; set;}
Public Property Cancel As Boolean
public bool Cancel {get; set;}
get_Cancel();
set_Cancel(value);
Object.defineProperty('Cancel');
Property Value
true to cancel showing the tooltip; otherwise,
false. The default value is
false.