Click or drag to resize

WpfAnnotationCanvasDeactivateControlElement Method

Removes a child control from the canvas.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void DeactivateControlElement(
	UIElement element
)

Parameters

element
Type: System.WindowsUIElement
The element to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the element argument is null (Nothing in VB).
See Also