'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> <SRDescriptionAttribute("FormActiveMDIChildDescr")> Public ReadOnly Property ActiveMdiChild As System.Windows.Forms.Form
'Usage
Dim instance As WorkbookDesigner Dim value As System.Windows.Forms.Form value = instance.ActiveMdiChild
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [SRDescription("FormActiveMDIChildDescr")] public System.Windows.Forms.Form ActiveMdiChild {get;}
public read-only property ActiveMdiChild: System.Windows.Forms.Form;
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) System.ComponentModel.BrowsableAttribute() SRDescriptionAttribute("FormActiveMDIChildDescr") public function get ActiveMdiChild : System.Windows.Forms.Form
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [SRDescription("FormActiveMDIChildDescr")] public: __property System.Windows.Forms.Form* get_ActiveMdiChild();
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [SRDescription("FormActiveMDIChildDescr")] public: property System.Windows.Forms.Form^ ActiveMdiChild { System.Windows.Forms.Form^ get(); }