RadVScrollBar
Class
Represents a vertical scroll bar.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[ComVisible(false)]
public class RadVScrollBar : RadScrollBar, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadScrollBarRadVScrollBar...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadVScrollBar class.
C#
public RadVScrollBar()
Properties
Gets the default size of the vertical scroll bar control.
C#
protected override Size DefaultSize { get; }
A Size representing the default dimensions for a vertical scroll bar.
Overrides:
Gets the scroll type for this vertical scroll bar. This property always returns Vertical and cannot be changed.
C#
[Browsable(false)]
public override ScrollType ScrollType { get; set; }
Thrown when attempting to set the value.
Overrides: