BCGControlBar Library for .NET
GetTrackBarThumbSize Method




Indicates a value whether a TrackBar is located horizontally or vertically.
Specifies the size of the Thumb on the TrackBar.
Syntax
'Declaration
 
Public Overridable Function GetTrackBarThumbSize( _
   ByVal horz As Boolean _
) As Size
'Usage
 
Dim instance As VisualManager
Dim horz As Boolean
Dim value As Size
 
value = instance.GetTrackBarThumbSize(horz)
public virtual Size GetTrackBarThumbSize( 
   bool horz
)
public: virtual Size GetTrackBarThumbSize( 
   bool horz
) 
public:
virtual Size GetTrackBarThumbSize( 
   bool horz
) 

Parameters

horz
Indicates a value whether a TrackBar is located horizontally or vertically.
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

VisualManager Class
VisualManager Members

Send Feedback