Purpose : The AutoShowChildren property indicates whether an MDI child form can be hidden when it is loaded. By using this property, you can load but not show an MDI child form.
Syntax :
Name.AutoShowChildren [ = Boolean% ]
Arguments of the AutoShowChildren Property
Argument : Description
boolean% : An optional Boolean expression that specifies whether MDI child forms are automatically visible. if not included defaults to True.
Name : Name property of MDIForm
Private Sub Form_Load
MDIForm1.AutoShowChildren = True
End Sub
No comments:
Post a Comment