BCGControlBar Library for .NET
TrackState Property




Specifies the current  tracking state of the tab item.
Syntax
'Declaration
 
Public ReadOnly Property TrackState As TrackTabItemState
'Usage
 
Dim instance As TrackTabItemEventArgs
Dim value As TrackTabItemState
 
value = instance.TrackState
public TrackTabItemState TrackState {get;}
public: __property TrackTabItemState get_TrackState();
public:
property TrackTabItemState TrackState {
   TrackTabItemState 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

TrackTabItemEventArgs Class
TrackTabItemEventArgs Members

Send Feedback