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