ToolboxService::IToolboxService::SelectedCategory Property

 

For a description of this member, see the IToolboxService::SelectedCategory property.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

private:
property String^ SelectedCategory {
	virtual String^ get() sealed = IToolboxService::SelectedCategory::get;
	virtual void set(String^ value) sealed = IToolboxService::SelectedCategory::set;
}

Property Value

Type: System::String^

The name of the currently selected category.

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

.NET Framework
Available since 2.0
Return to top
Show: