ToolboxAction Properties
Include Protected Members
Include Inherited Members
The ToolboxAction type exposes the following members.
Name | Description | |
---|---|---|
CanBumpScroll | Gets the mouse action and verifies whether it can cause the diagram to scroll. (Inherited from MouseAction.) | |
CurrentDiagramArgs | Gets the event arguments for the current diagram in which the mouse action occurred. (Inherited from MouseAction.) | |
CurrentMouseActionEvent | Gets the current event for the mouse action. (Inherited from MouseAction.) | |
CurrentMouseActionState | Gets the current state for the mouse action. (Inherited from MouseAction.) | |
CurrentPoint | Gets or sets the mouse position for the current mouse action. (Inherited from MouseAction.) | |
DeferredFocusableItem | (Inherited from SelectAction.) | |
DeferredSelectableItem | (Inherited from SelectAction.) | |
Diagram | Gets the diagram to which the mouse action is assigned. (Inherited from MouseAction.) | |
HasTooltip | Gets the mouse action and verifies whether it can have a tooltip. (Inherited from MouseAction.) | |
IsActive | Gets the mouse action and verifies whether it is active. (Inherited from MouseAction.) | |
MouseDownHitShape | Gets shape over which the mouse action occurred. (Inherited from MouseAction.) | |
MouseDownPoint | Gets the position of the most recent mouse-down event. (Inherited from MouseAction.) | |
PreviousPoint | Gets or sets the position of the previous mouse-down event. (Inherited from MouseAction.) | |
ResetToolboxOnDragDrop | Whether to reset toolbox selection after a drag-drop operation triggered by this mouse action. Base implementation always returns true, which means the toolbox selection will be reset after a drag-drop operation triggered by this mouse action. (Inherited from MouseAction.) |
Top