ISccUIClickedEventArgs2.ClickedElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UIElement that was clicked. This can be used for fixing the PMA/DPI issues that ClickedElementPosition have.
public System.Windows.UIElement ClickedElement { get; }
member this.ClickedElement : System.Windows.UIElement
Public ReadOnly Property ClickedElement As UIElement