BCGControlBar Library for .NET
IsPageTimerEnabled Method




Indicates a value if page timer is enabled.
Syntax
'Declaration
 
Public Function IsPageTimerEnabled() As Boolean
'Usage
 
Dim instance As TrackBarEx
Dim value As Boolean
 
value = instance.IsPageTimerEnabled()
public bool IsPageTimerEnabled()
public: bool IsPageTimerEnabled(); 
public:
bool IsPageTimerEnabled(); 
Remarks
A page timer is enabled after user's click on the channel and during moving the Thumb along the channel. When timer is enabled, the Thumb changes its location. When the Thumb is about to stop the timer becames disabled.
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

TrackBarEx Class
TrackBarEx Members

Send Feedback