BCGControlBar Library for .NET
TrackTabItemState Enumeration




Specified the state of tabitem during the tracking.
Syntax
'Declaration
 
Public Enum TrackTabItemState 
   Inherits System.Enum
'Usage
 
Dim instance As TrackTabItemState
public enum TrackTabItemState : System.Enum 
__value public enum TrackTabItemState : public System.Enum 
public enum class TrackTabItemState : public System.Enum 
Members
MemberDescription
BeginOccurs on mouse move event of the tabstrip  on starting of tracking the item
CancelOccurs on OnMouseCaptureChanged event of the tabstrip when any tab item is tracked
ContinueOccurs on mouse move event of the tabstrip on after tabitem’s state was begin
EndOccurs on mouse up event of the tabstrip  for tracking tab item ,
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.TabStrip.TrackTabItemState

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

BCGSoft.Controls.TabStrip Namespace

Send Feedback