BCGControlBar Library for .NET
SmartTrackBarButton Class
Members 




The SmartTrackBarButton contains an embedded TrackBar control and is used for navigating for visually adjusting a numeric setting. The  embedded  TrackBar control has some parts: the thumb, also known as a slider, the tick mark and zoom buttons. The thumb is the part that can be adjusted. Its position corresponds to the Value property. The tick mark is visual indicators that is located in the center of the TrackBar control.
When we drag a thumb or click on Zoom buttons the value of the TrackBar will be changed on the value of the property SmallChange, if we click on the channel the value of the TrackBar will be changed on the value of the property LargeChange.
When the value of the SmartTrackBarButton is changed, the ValueChanged event will be raise.
Object Model
SmartTrackBarButton ClassCommandBarManager ClassCommandEntry ClassCommandBar ClassToolbarButton ClassCommandBar ClassPopupMenuBar ClassToolbarButtonCollection ClassToolbarButton ClassToolbar ClassTrackBarEx Class
Syntax
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.Controls.Shared.CommandObject
            BCGSoft.Controls.Shared.CommandButton
               BCGSoft.ControlBars.ToolbarButton
                  BCGSoft.ControlBars.ToolbarMenuButton
                     BCGSoft.ControlBars.ToolbarBaseControlButton
                        BCGSoft.ControlBars.ToolbarFocusableButton
                           BCGSoft.ControlBars.SmartTrackBarButton

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

SmartTrackBarButton Members
BCGSoft.ControlBars Namespace

Send Feedback