Editar

Share via


HitTestInfo.SelectableObject Property

Definition

Gets a selectable object associated with the hit area.

public:
 virtual property System::Object ^ SelectableObject { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual object SelectableObject { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectableObject : obj
Public Overridable ReadOnly Property SelectableObject As Object

Property Value

A selectable object associated with the hit area or a null reference (Nothing in Visual Basic) if no designer is associated with the HitTestInfo.

Attributes

Remarks

Use SelectableObject to get the selectable object associated with the hit area. If a designer is associated with the HitTestInfo, SelectableObject will return the activity associated with the designer, or null reference (Nothing) if no designer is associated with the HitTestInfo.

Applies to