BCGControlBar Library for .NET
ActiveControl Property




Gets or sets the currenly active control on the tab strip.
Syntax
'Declaration
 
Public Property ActiveControl As Control
'Usage
 
Dim instance As TabControlEx
Dim value As Control
 
instance.ActiveControl = value
 
value = instance.ActiveControl
public Control ActiveControl {get; set;}
public: __property Control* get_ActiveControl();
public: __property void set_ActiveControl( 
   Control* value
);
public:
property Control^ ActiveControl {
   Control^ get();
   void set (    Control^ value);
}
Remarks
"Get" method searches the selected tabitem on the tab strip and returns its related tab control.  "Set" method makes the tab item  selected which has a specified control as related control.
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

TabControlEx Class
TabControlEx Members

Send Feedback