Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Sets the control as the top-level control.
protected:
void SetTopLevel(bool value);
protected void SetTopLevel(bool value);
member this.SetTopLevel : bool -> unit
Protected Sub SetTopLevel (value As Boolean)
true
to set the control as the top-level control; otherwise, false
.
The value
parameter is set to true
and the control is an ActiveX control.
The GetTopLevel() return value is not equal to the value
parameter and the Parent property is not null
.
If you call the SetTopLevel method of a Form and pass in a value of false
, the form will not be visible until you call SetTopLevel again, passing in a value of true
.
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Please sign in to use this experience.
Sign in