Name | Description | |
---|---|---|
![]() | WpfVisualToolEmbedder | Initializes a new instance of the WpfVisualToolEmbedder class. |
Name | Description | |
---|---|---|
![]() | WpfVisualToolEmbedder | Initializes a new instance of the WpfVisualToolEmbedder class. |
Name | Description | |
---|---|---|
![]() | EmbeddingTool | Gets or sets the embedding tool. |
![]() | IsActive | Gets or sets a value indicating whether embedded tool is active (handles mouse and keyboard events). |
![]() | IsEnabled | Gets or sets a value indicating whether this embedder is enabled. |
![]() | SourceTool | Gets the source visual tool. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the WpfVisualToolEmbedder object. |
![]() | DoMouseDown | Executes OnMouseDown(MouseButtonEventArgs) method. |
![]() | DoMouseMove | Executes System.Windows.UIElement.OnMouseMove(System.Windows.Input.MouseEventArgs) method of the visual tool. |
![]() | DoMouseUp | Executes OnMouseUp(MouseButtonEventArgs) method. |