'Declaration Public Function New( _
ByVal sourceToolThe source tool.As VisualTool, _
ByVal translateMouseEventsA value indicating whether the source tool must translate the mouse events to the embedding tool.As Boolean, _
ByVal translateKeyboardEventsA value indicating whether the source tool must translate the keyboard events to the embedding tool.As Boolean _
)
public VisualToolEmbedder(
VisualTool sourceTool,
bool translateMouseEvents,
bool translateKeyboardEvents
)
public: VisualToolEmbedder(
VisualTool* sourceTool,
bool translateMouseEvents,
bool translateKeyboardEvents
)
public:
VisualToolEmbedder(
VisualTool^ sourceTool,
bool translateMouseEvents,
bool translateKeyboardEvents
)
Parameters
- sourceTool
- The source tool.
- translateMouseEvents
- A value indicating whether the source tool must translate the mouse events to the embedding tool.
- translateKeyboardEvents
- A value indicating whether the source tool must translate the keyboard events to the embedding tool.