Ensures that the element is visible to the user.
This is usually accomplished by bringing the element or one of its ancestors to foreground.
| C# | Visual Basic | Visual C++ |
public bool EnsureVisible()
Public Function EnsureVisible As Boolean
public: bool EnsureVisible()
True if the operation has suceeded.
