WpfAnnotationCanvasDeactivateControlElement Method |
Removes a child control from the canvas.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void DeactivateControlElement(
UIElement element
)
Public Sub DeactivateControlElement (
element As UIElement
)
Parameters
- element
- Type: System.WindowsUIElement
The element to remove.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the element argument is null (Nothing in VB). |
See Also