BCGControlBar Library for .NET
TrackThumb Property




Indicates a value whether a TrackBarButton to redraw is a Thumb.
Syntax
'Declaration
 
Public Property TrackThumb As Boolean
'Usage
 
Dim instance As TrackBarButton
Dim value As Boolean
 
instance.TrackThumb = value
 
value = instance.TrackThumb
public bool TrackThumb {get; set;}
public: __property bool get_TrackThumb();
public: __property void set_TrackThumb( 
   bool value
);
public:
property bool TrackThumb {
   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

TrackBarButton Class
TrackBarButton Members

Send Feedback