ControlSite.BringToFront Method
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.
Brings the ControlSite to the front of the z-order.
public:
System::Object ^ BringToFront();
public object BringToFront ();
abstract member BringToFront : unit -> obj
Public Function BringToFront () As Object
Returns
true
if the z-order is successfully changed; otherwise, false
.