BCGControlBar Library for .NET
HandleCloseCommand Property




Specifies if Close event should be handled when user clicks "close" button on the tab strip. If true the active tab item and its related control should be destroyed on this event.
Syntax
'Declaration
 
Public Property HandleCloseCommand As Boolean
'Usage
 
Dim instance As TabStrip
Dim value As Boolean
 
instance.HandleCloseCommand = value
 
value = instance.HandleCloseCommand
public bool HandleCloseCommand {get; set;}
public: __property bool get_HandleCloseCommand();
public: __property void set_HandleCloseCommand( 
   bool value
);
public:
property bool HandleCloseCommand {
   bool get();
   void set (    bool 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

TabStrip Class
TabStrip Members

Send Feedback