This document is archived and information here might be outdated. Recommended version. |
Indicates if the element is selected.
[Visual Basic .NET] Public Function ElementSelected ( _ ByVal Element As IElement _ ) As Boolean
[C#] public bool ElementSelected ( IElement Element );
[C++]
HRESULT ElementSelected(
IElement* Element
);
[C++] Parameters Element [in]
Element is a parameter of type IElement*
Returns TRUE if the specified element is selected.