Brings the overlay to the front of the z-order, so it is on top of all other overlays with the same Parent.
[Visual Basic .NET] |
---|
Public Sub BringToFront() |
[C#] |
---|
public void BringToFront(); |
[Managed C++] |
---|
public: void BringToFront(); |
[Unmanaged C++] |
---|
public: HRESULT BringToFront(); |
[Java] |
---|
public void bringToFront(); |