ImageGear .NET v24.12 - Updated
SetMarkClosedCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetMarkClosedCommand Property
Gets a command for setting mark Closed.
Syntax
'Declaration
 
Public ReadOnly Property SetMarkClosedCommand As ICommand
'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.SetMarkClosedCommand
public ICommand SetMarkClosedCommand {get;}
public: __property ICommand* get_SetMarkClosedCommand();
public:
property ICommand^ SetMarkClosedCommand {
   ICommand^ get();
}

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members