ImageGear .NET v24.12 - Updated
MarkDeleteCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : MarkDeleteCommand Property
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

Reference

PageView Class
PageView Members