ToolboxService.IToolboxService.SelectedCategory 属性

定义

有关此成员的说明,请参见 SelectedCategory 属性。For a description of this member, see the SelectedCategory property.

property System::String ^ System::Drawing::Design::IToolboxService::SelectedCategory { System::String ^ get(); void set(System::String ^ value); };
string System.Drawing.Design.IToolboxService.SelectedCategory { get; set; }
member this.System.Drawing.Design.IToolboxService.SelectedCategory : string with get, set
 Property SelectedCategory As String Implements IToolboxService.SelectedCategory

属性值

String

当前选定类别的名称。The name of the currently selected category.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ToolboxService 实例被强制转换为 IToolboxService 接口时使用。It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

适用于