BCGControlBar Library for .NET
TrackBar Property (ToolbarTrackBarButton)




Specifies the embedded TrackBar
Syntax
'Declaration
 
Public ReadOnly Property TrackBar As TrackBarEx
'Usage
 
Dim instance As ToolbarTrackBarButton
Dim value As TrackBarEx
 
value = instance.TrackBar
public TrackBarEx TrackBar {get;}
public: __property TrackBarEx* get_TrackBar();
public:
property TrackBarEx^ TrackBar {
   TrackBarEx^ 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

ToolbarTrackBarButton Class
ToolbarTrackBarButton Members

Send Feedback