In This Topic

CancelAction Property

In This Topic
Set true to cancel the associated action.
Syntax
'Declaration
 
Public Property CancelAction As Boolean
public bool CancelAction {get; set;}
public read-write property CancelAction: Boolean; 
public function get,set CancelAction : boolean
public: __property bool get_CancelAction();
public: __property void set_CancelAction( 
   bool value
);
public:
property bool CancelAction {
   bool get();
   void set (    bool value);
}
See Also