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();
|
[Java] |
---|
public bringToFront();
|
[Unmanaged C++] |
---|
public: HRESULT BringToFront();
|