MarkBringToFrontCommand Property
In This Topic
Gets a command for bringing a mark to the front of the Z-order.
Syntax
'Declaration
Public ReadOnly Property MarkBringToFrontCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.MarkBringToFrontCommand
public ICommand MarkBringToFrontCommand {get;}
public: __property ICommand* get_MarkBringToFrontCommand();
public:
property ICommand^ MarkBringToFrontCommand {
ICommand^ get();
}
Property Value
ICommand object.
See Also