Diagram.ToolboxAction Property
Gets the mouse action that invokes a response when the user clicks the Toolbox.
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 ToolboxAction As ToolboxAction
Get
public ToolboxAction ToolboxAction { get; }
public:
property ToolboxAction^ ToolboxAction {
ToolboxAction^ get ();
}
member ToolboxAction : ToolboxAction
function get ToolboxAction () : ToolboxAction
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ToolboxAction
The mouse action that invokes a response when the user clicks the Toolbox.
.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.