HitTestInfo.SelectableObject 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.
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.