The methods of the VScrollBar class are listed below. For a complete list of VScrollBar class members, see the VScrollBar Members topic.
BeginInvoke (inherited from Control) | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. |
BringToFront (inherited from Control) | Brings the control to the front of the z-order. |
CreateGraphics (inherited from Control) | Creates the Graphics for the control. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) | Overloaded. Releases all resources used by the Component. |
EndInvoke (inherited from Control) | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Focus (inherited from Control) | Sets input focus to the control. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Hide (inherited from Control) | Conceals the control from the user. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Invalidate (inherited from Control) | Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn. |
Invoke (inherited from Control) | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. |
PointToClient (inherited from Control) | Computes the location of the specified screen point into client coordinates. |
PointToScreen (inherited from Control) | Computes the location of the specified client point into screen coordinates. |
RectangleToClient (inherited from Control) | Computes the size and location of the specified screen rectangle in client coordinates. |
RectangleToScreen (inherited from Control) | Computes the size and location of the specified client rectangle in screen coordinates. |
Refresh (inherited from Control) | Forces the control to invalidate its client area and immediately redraw itself and any child controls. |
ResumeLayout (inherited from Control) | Overloaded. Resumes usual layout logic. |
Scale (inherited from Control) | Scales the control and all child controls by the specified scaling factor. |
SelectNextControl (inherited from Control) | Activates the next control. |
SendToBack (inherited from Control) | Sends the control to the back of the z-order. |
ShouldSerializeThumbMargins (inherited from ScrollBar) | Indicates whether the ThumbMargins property should be persisted. |
Show (inherited from Control) | Displays the control to the user. |
SuspendLayout (inherited from Control) | Temporarily suspends the layout logic for the control. |
ToString (inherited from ScrollBar) | Returns a String that represents the current ScrollBar. |
Update (inherited from Control) | Causes the control to redraw the invalidated regions within its client area. |
CreateControlsInstance (inherited from Control) | Creates a new instance of the control collection for the control. |
Dispose (inherited from ScrollBar) | Overloaded. Cleans up any resources being used. |
Finalize (inherited from Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
GetScaledBounds (inherited from Control) | Retrieves the bounds within which the control is scaled. |
HandleChange (inherited from ScrollBar) | Handles property change. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
OnBindingContextChanged (inherited from Control) | Raises the BindingContextChanged event. |
OnClick (inherited from Control) | Raises the Click event. |
OnDoubleClick (inherited from Control) | Raises the DoubleClick event. |
OnEnabledChanged (inherited from Control) | Raises the EnabledChanged event. |
OnGotFocus (inherited from Control) | Raises the GotFocus event. |
OnHandleCreated (inherited from Control) | Raises the HandleCreated event. |
OnHandleDestroyed (inherited from Control) | Raises the HandleDestroyed event. |
OnHelpRequested (inherited from Control) | Raises the HelpRequested event. |
OnKeyDown (inherited from Control) | Raises the KeyDown event. |
OnKeyPress (inherited from Control) | Raises the KeyPress event. |
OnKeyUp (inherited from Control) | Raises the KeyUp event. |
OnLostFocus (inherited from Control) | Raises the LostFocus event. |
OnMouseDown (inherited from ScrollBar) | Raises the MouseDown event. |
OnMouseMove (inherited from ScrollBar) | Raises the MouseMove event. |
OnMouseUp (inherited from ScrollBar) | Raises the MouseUp event. |
OnPaint (inherited from ScrollBar) | Raises DrawTrack, DrawArrowButton and DrawThumb events. |
OnPaintBackground (inherited from ScrollBar) | Overrided to disable default control's behavior. |
OnParentChanged (inherited from Control) | Raises the ParentChanged event. |
OnResize (inherited from ScrollBar) | Raises the Resize event. |
OnTextChanged (inherited from Control) | Raises the TextChanged event. |
ScaleControl (inherited from ScrollBar) | This member overrides ScaleControl. Scales a control's location, size, padding and margin. |
ShouldSerializeArrowButtonsLayout (inherited from ScrollBar) | Indicates whether the ArrowButtonsLayout property should be persisted. |
ShouldSerializeDownButton | Indicates whether the DownButton property should be persisted. |
ShouldSerializeDownButtonDisabled | Indicates whether the DownButtonDisabled property should be persisted. |
ShouldSerializeDownButtonHighlight | Indicates whether the DownButtonHighlight property should be persisted. |
ShouldSerializeExtension (inherited from ScrollBar) | Indicates whether the Extension property should be persisted. |
ShouldSerializeExtensionLocation | Indicates whether the ExtensionLocation property should be persisted. |
ShouldSerializeHighTrack (inherited from ScrollBar) | Indicates whether the HighTrack property should be persisted. |
ShouldSerializeHighTrackDisabled (inherited from ScrollBar) | Indicates whether the HighTrackDisabled property should be persisted. |
ShouldSerializeHighTrackHighlight (inherited from ScrollBar) | Indicates whether the HighTrackHighlight property should be persisted. |
ShouldSerializeLowTrack (inherited from ScrollBar) | Indicates whether the LowTrack property should be persisted. |
ShouldSerializeLowTrackDisabled (inherited from ScrollBar) | Indicates whether the LowTrackDisabled property should be persisted. |
ShouldSerializeLowTrackHighlight (inherited from ScrollBar) | Indicates whether the LowTrackHighlight property should be persisted. |
ShouldSerializeThumb (inherited from ScrollBar) | Indicates whether the Thumb property should be persisted. |
ShouldSerializeThumbDisabled (inherited from ScrollBar) | Indicates whether the ThumbDisabled property should be persisted. |
ShouldSerializeThumbHighlight (inherited from ScrollBar) | Indicates whether the ThumbHighlight property should be persisted. |
ShouldSerializeTrackClickBehavior (inherited from ScrollBar) | Indicates whether the TrackClickBehavior property should be persisted. |
ShouldSerializeUpButton | Indicates whether the UpButton property should be persisted. |
ShouldSerializeUpButtonDisabled | Indicates whether the UpButtonDisabled property should be persisted. |
ShouldSerializeUpButtonHighlight | Indicates whether the UpButtonHighlight property should be persisted. |
OnDrawArrowButton (inherited from ScrollBar) | Raises DrawArrowButton event. |
OnDrawThumb (inherited from ScrollBar) | Raises DrawThumb event. |
OnDrawTrack (inherited from ScrollBar) | Raises DrawTrack event. |
OnMaximumReached (inherited from ScrollBar) | Raises the MaximumReached event. |
OnMinimumReached (inherited from ScrollBar) | Raises the MinimumReached event. |
OnValueChanged (inherited from ScrollBar) | Raises the ValueChanged event. |
VScrollBar Class | Resco.Controls.ScrollBar Namespace