SpreadsheetGear 2012
ActiveControl Property (ChartExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The currently active control.")>
Public Property ActiveControl As System.Windows.Forms.Control
'Usage
 
Dim instance As ChartExplorer
Dim value As System.Windows.Forms.Control
 
instance.ActiveControl = value
 
value = instance.ActiveControl
[SRCategory("Behavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The currently active control.")]
public System.Windows.Forms.Control ActiveControl {get; set;}
public read-write property ActiveControl: System.Windows.Forms.Control; 
SRCategoryAttribute("Behavior")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("The currently active control.")
public function get,set ActiveControl : System.Windows.Forms.Control
[SRCategory("Behavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The currently active control.")]
public: __property System.Windows.Forms.Control* get_ActiveControl();
public: __property void set_ActiveControl( 
   System.Windows.Forms.Control* value
);
[SRCategory("Behavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The currently active control.")]
public:
property System.Windows.Forms.Control^ ActiveControl {
   System.Windows.Forms.Control^ get();
   void set (    System.Windows.Forms.Control^ value);
}
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

ChartExplorer Class
ChartExplorer Members

Send Feedback