In This Topic
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("FormActiveMDIChildDescr")>
Public ReadOnly Property ActiveMdiChild As System.Windows.Forms.Form
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormActiveMDIChildDescr")]
public System.Windows.Forms.Form ActiveMdiChild {get;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also