VerticalScrollBarWidth Property | ||
Applies to: SubClasser
object, PowerForm
control See also: HorizontalScrollBarHeight Property, BorderThickness property, CaptionHeight property, Property Index Either returns the width (in pixels) of a window's vertical scroll bar, or 0 if the window does not have a vertical scroll bar. Read Only at run-time, not available at design-time. Type: Long Remarks: The width of a window's vertical scroll bar is determined by a user setting which can be updated via the Display Control Panel. If the window is a VB form, then the form's ScaleWidth property will be the width of the window's client area. If the window has a vertical scroll bar, then the ScaleWidth property will be reduced by the width of the scroll bar.
|