'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <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.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("FormActiveMDIChildDescr")] public System.Windows.Forms.Form ActiveMdiChild {get;}
public read-only property ActiveMdiChild: System.Windows.Forms.Form;
System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("FormActiveMDIChildDescr") public function get ActiveMdiChild : System.Windows.Forms.Form
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("FormActiveMDIChildDescr")] public: __property System.Windows.Forms.Form* get_ActiveMdiChild();
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("FormActiveMDIChildDescr")] public: property System.Windows.Forms.Form^ ActiveMdiChild { System.Windows.Forms.Form^ get(); }