IAgentCommand::SetVisible
[Microsoft エージェントは Windows 7 の時点で非推奨となり、以降のバージョンの Windows では使用できない場合があります。]
HRESULT SetVisible(
long bVisible // Visible setting for Command
);
Command の Visible プロパティの値を設定 します。
- 操作が成功したことを示すS_OKを返します。
文字のポップアップ メニューに表示するには、 Command の Visible プロパティを True に設定し、 Caption プロパティを設定する必要があります。
参照
IAgentCommand::GetVisible、 IAgentCommand::SetCaption、 IAgentCommands::Add、 IAgentCommands::Insert