ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / SetMarkClosedCommand Property




In This Topic
    SetMarkClosedCommand Property
    In This Topic
    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