次の方法で共有


IAgentCommand::SetVisible

[Microsoft エージェントは Windows 7 の時点で非推奨となり、以降のバージョンの Windows では使用できない場合があります。]

HRESULT SetVisible(
   long bVisible  // Visible setting for Command
);

Command の Visible プロパティの値を設定 します

  • 操作が成功したことを示すS_OKを返します。

bVisible

CommandVisible プロパティを決定するブール値。 True を指定すると、コマンドが表示されます。False を指定すると非表示になります。

文字のポップアップ メニューに表示するには、 CommandVisible プロパティを True に設定し、 Caption プロパティを設定する必要があります。

参照

IAgentCommand::GetVisibleIAgentCommand::SetCaptionIAgentCommands::AddIAgentCommands::Insert