IToolboxService.SelectedCategory プロパティ

定義

ツールボックスで現在選択されているツール カテゴリの名前を取得または設定します。

public:
 property System::String ^ SelectedCategory { System::String ^ get(); void set(System::String ^ value); };
public string SelectedCategory { get; set; }
member this.SelectedCategory : string with get, set
Public Property SelectedCategory As String

プロパティ値

現在選択されているカテゴリの名前。

適用対象