ToolboxControl::SelectedTool Property

.NET Framework (current version)
 

Gets or sets the tool being selected in the toolbox.

Namespace:   System.Activities.Presentation.Toolbox
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property ToolboxItem^ SelectedTool {
	ToolboxItem^ get();
	private: void set(ToolboxItem^ value);
}

Property Value

Type: System.Drawing.Design::ToolboxItem^

The ToolboxItem object selected.

.NET Framework
Available since 4.0
Return to top
Show: