Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property Toolbox As IToolboxService
public IToolboxService Toolbox { get; }
public:
property IToolboxService^ Toolbox {
IToolboxService^ get ();
}
member Toolbox : IToolboxService
function get Toolbox () : IToolboxService
Property Value
Type: System.Drawing.Design.IToolboxService
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.