BCGControlBar Library for .NET
SmallChange Property (SmartTrackBarButton)




Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.
Syntax
'Declaration
 
Public Property SmallChange As Integer
'Usage
 
Dim instance As SmartTrackBarButton
Dim value As Integer
 
instance.SmallChange = value
 
value = instance.SmallChange
public int SmallChange {get; set;}
public: __property int get_SmallChange();
public: __property void set_SmallChange( 
   int value
);
public:
property int SmallChange {
   int get();
   void set (    int 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

SmartTrackBarButton Class
SmartTrackBarButton Members

Send Feedback