Gets a command for deleting a mark.
Syntax
'Declaration
Public ReadOnly Property MarkDeleteCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.MarkDeleteCommand
public ICommand MarkDeleteCommand {get;}
public: __property ICommand* get_MarkDeleteCommand();
public:
property ICommand^ MarkDeleteCommand {
ICommand^ get();
}
Property Value
ICommand object.
See Also