QueryStatusWB Method
Queries the object for the status of commands using the IOleCommandTarget interface.
Syntax
object.QueryStatusWB( _
nCmdID As OLECMDID) As OLECMDF
Parameters
- nCmdID
- Long that represents the identifier of the command on which the caller needs status information. This will be one of the OLECMDID values.
Return Value
Returns an unsigned long integer that is one of the OLECMDF values.
Applies To
InternetExplorer
See Also
ExecWB