ICommandSource Members

The following are members of the ICommandSource class.

ICommandSource::AddCommandHandler

Adds a command handler to a command source object.

ICommandSource::RemoveCommandHandler

Removes a command handler from a command source object.

ICommandSource::AddCommandUIHandler

Adds a user interface command message handler to a command source object.

ICommandSource::RemoveCommandUIHandler

Removes a user interface command message handler from a command source object.

ICommandSource::AddCommandRangeHandler

Adds a group of command handlers to a command source object.

ICommandSource::RemoveCommandRangeHandler

Removes a group of command handlers from a command source object.

ICommandSource::AddCommandRangeUIHandler

Adds a group of user interface command message handlers to a command source object.

ICommandSource::RemoveCommandRangeUIHandler

Removes a group of user interface command message handlers from a command source object.

ICommandSource::PostCommand

Posts a message without waiting for it to be processed.

ICommandSource::SendCommand

Sends a message and waits for it to be processed before returning.

See Also

Reference

ICommandSource Interface