Share via


ToolboxService.SelectedCategory プロパティ

定義

現在選択されているカテゴリの名前を取得または設定します。

protected:
 abstract property System::String ^ SelectedCategory { System::String ^ get(); void set(System::String ^ value); };
protected abstract string SelectedCategory { get; set; }
member this.SelectedCategory : string with get, set
Protected MustOverride Property SelectedCategory As String

プロパティ値

現在選択されているカテゴリの名前を格納している文字列。

注釈

一般に、ツールボックス項目はカテゴリにグループ化されます。

適用対象