ItemCommandSet Method (MItemClass)
command name
command parameters
target object
Sets the command properties (only for command).
Syntax
Public Overridable Sub ItemCommandSet( _
   ByVal _bsCommand As String, _
   ByVal _bsParam As String, _
   ByVal _pTargetObject As Object _
) 
public virtual void ItemCommandSet( 
   string _bsCommand,
   string _bsParam,
   object _pTargetObject
)
public procedure ItemCommandSet( 
    _bsCommand: String;
    _bsParam: String;
    _pTargetObject: TObject
); virtual; 
public: virtual void ItemCommandSet( 
   BSTR* _bsCommand,
   BSTR* _bsParam,
   IUnknown* _pTargetObject
) 

Parameters

_bsCommand
command name
_bsParam
command parameters
_pTargetObject
target object
Example
myItem.ItemCommandSet("pause", "1.0", myFile);
myItem.ItemCommandSet("pause", "1.0", myFile);
myItem.ItemCommandSet('pause', '1.0', myFile);
See Also

Reference

MItemClass Class
MItemClass Members