ShowMarkPropertiesWindowCommand Property
In This Topic
Gets a command for showing a properties window for a mark.
Syntax
'Declaration
Public ReadOnly Property ShowMarkPropertiesWindowCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.ShowMarkPropertiesWindowCommand
public ICommand ShowMarkPropertiesWindowCommand {get;}
public: __property ICommand* get_ShowMarkPropertiesWindowCommand();
public:
property ICommand^ ShowMarkPropertiesWindowCommand {
ICommand^ get();
}
Property Value
ICommand object.
See Also