Method | Description | |
---|---|---|
CommandTargetBase ( ViewContext view ) : System |
Initializes a new instance of the CommandTargetBase class.
|
|
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Method | Description | |
---|---|---|
GetCommandStatus ( uint commandId ) : OLECMDF |
public CommandTargetBase ( ViewContext view ) : System | ||
view | ViewContext | Context of the view to operate on. |
return | System |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
protected GetCommandStatus ( uint commandId ) : OLECMDF | ||
commandId | uint | |
return | OLECMDF |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |