SpreadsheetGear 2017
ActiveCommandManager Property (WorkbookView)






SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : ActiveCommandManager Property
Returns the CommandManager associated with the ActiveWorkbookSet of this workbook view.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property ActiveCommandManager As CommandManager
'Usage
 
Dim instance As WorkbookView
Dim value As CommandManager
 
value = instance.ActiveCommandManager
[System.ComponentModel.Browsable(false)]
public CommandManager ActiveCommandManager {get;}
public read-only property ActiveCommandManager: CommandManager; 
System.ComponentModel.BrowsableAttribute()
public function get ActiveCommandManager : CommandManager
[System.ComponentModel.Browsable(false)]
public: __property CommandManager* get_ActiveCommandManager();
[System.ComponentModel.Browsable(false)]
public:
property CommandManager^ ActiveCommandManager {
   CommandManager^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members