DiagramView.Toolbox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provide cached access to the toolbox. The diagram must be displayed by a diagram view that has access to the toolbox through it's Site property.
public:
property System::Drawing::Design::IToolboxService ^ Toolbox { System::Drawing::Design::IToolboxService ^ get(); };
public System.Drawing.Design.IToolboxService Toolbox { get; }
member this.Toolbox : System.Drawing.Design.IToolboxService
Public ReadOnly Property Toolbox As IToolboxService