ISccUIClickedEventArgs2 Interface

Definition

Extending ISccUIClickedEventArgs to supply the UIElement that was clicked.

public interface class ISccUIClickedEventArgs2 : Microsoft::VisualStudio::Shell::ISccUIClickedEventArgs
[System.Runtime.InteropServices.Guid("934E68B2-9E4E-4B57-BD0B-E66544927CFF")]
public interface ISccUIClickedEventArgs2 : Microsoft.VisualStudio.Shell.ISccUIClickedEventArgs
[<System.Runtime.InteropServices.Guid("934E68B2-9E4E-4B57-BD0B-E66544927CFF")>]
type ISccUIClickedEventArgs2 = interface
    interface ISccUIClickedEventArgs
Public Interface ISccUIClickedEventArgs2
Implements ISccUIClickedEventArgs
Attributes
Implements

Properties

ClickedElement

The UIElement that was clicked. This can be used for fixing the PMA/DPI issues that ClickedElementPosition have.

ClickedElementPosition

The rectangle of the UI element that was clicked in screen coordinates.

(Inherited from ISccUIClickedEventArgs)

Applies to