Method | Description | |
---|---|---|
CreateHost ( |
||
NiMenuManager ( IServiceProvider serviceProvider ) : System | ||
QueryStatus ( ICommandBarContainer bar ) : void | ||
RegisterCommandBar ( INiCommandBar commandBar ) : HResult | ||
ShowContextMenu ( System.Guid popupId, Point location ) : HResult | ||
UnregisterCommandBar ( INiCommandBar commandBar ) : HResult |
Method | Description | |
---|---|---|
QueryCommandStatus ( INiCommandBarControl command ) : void |
public CreateHost ( |
||
commandBar | ||
return |
public NiMenuManager ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
return | System |
public QueryStatus ( ICommandBarContainer bar ) : void | ||
bar | ICommandBarContainer | |
return | void |
public RegisterCommandBar ( INiCommandBar commandBar ) : HResult | ||
commandBar | INiCommandBar | |
return | HResult |
public ShowContextMenu ( System.Guid popupId, Point location ) : HResult | ||
popupId | System.Guid | |
location | Point | |
return | HResult |
public UnregisterCommandBar ( INiCommandBar commandBar ) : HResult | ||
commandBar | INiCommandBar | |
return | HResult |