public bool Cancel {get; set;}
public: __property bool get_Cancel(); public: __property void set_Cancel( bool value );
public: property bool Cancel { bool get(); void set ( bool value); }
'Declaration Public Property Cancel As Boolean
'Usage Dim instance As ImGearARTFormsMarkCreatingEventArgs Dim value As Boolean instance.Cancel = value value = instance.Cancel
ImGearARTFormsMarkCreatingEventArgs Class ImGearARTFormsMarkCreatingEventArgs Members