SpreadsheetGear 2012
Controls Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<SRDescriptionAttribute("The collection of child controls within this control.")>
Public ReadOnly Property Controls As System.Windows.Forms.Control.ControlCollection
'Usage
 
Dim instance As WorkbookView
Dim value As System.Windows.Forms.Control.ControlCollection
 
value = instance.Controls
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[SRDescription("The collection of child controls within this control.")]
public System.Windows.Forms.Control.ControlCollection Controls {get;}
public read-only property Controls: System.Windows.Forms.Control.ControlCollection; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
SRDescriptionAttribute("The collection of child controls within this control.")
public function get Controls : System.Windows.Forms.Control.ControlCollection
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[SRDescription("The collection of child controls within this control.")]
public: __property System.Windows.Forms.Control.ControlCollection* get_Controls();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[SRDescription("The collection of child controls within this control.")]
public:
property System.Windows.Forms.Control.ControlCollection^ Controls {
   System.Windows.Forms.Control.ControlCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members

Send Feedback