Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ScrollBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Implements the basic functionality of a scroll bar control.
Initializes a new instance of the ScrollBar class.
Int32: Returns or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
Throws:
ArgumentOutOfRangeException The assigned value is less than 0.
Int32: Returns or sets the upper limit of values of the scrollable range.
Int32: Returns or sets the lower limit of values of the scrollable range.
Int32: Returns or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.
Throws:
ArgumentOutOfRangeException The assigned value is less than 0.
Boolean: Returns or sets whether the user can give the focus to this control using the TAB key and the Focusable property is set to true.
Int32: Returns or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Throws:
ArgumentOutOfRangeException The assigned value is less than the Minimum property value; or the assigned value is greater than the Maximum property value.
ScrollEventHandler Fired when the scroll box has been moved by either a mouse or keyboard action.
EventHandler Fired when the Value property is changed, either by a Scroll event or programmatically.
Wisej.Web.ScrollEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.HScrollProperties
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides basic properties for the HScrollBar
Initializes a new instance of the HScrollProperties class.
Name | Type | Description |
---|---|---|
ScrollOrientation: Returns the orientation of the scrollbar.
Boolean: Returns whether the scroll bar is visible.
Wisej.Web.ScrollEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Scroll event.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, and NewValue properties.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties.
Int32: Returns or sets the new Value of the scroll bar.
Int32: Returns the old Value of the scroll bar.
ScrollOrientation: Returns the scroll bar orientation that raised the Scroll event.
ScrollEventType: Returns the type of scroll event that occurred.
Wisej.Web.VScrollProperties
Wisej.Web.ScrollProperties
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Encapsulates properties related to scrolling.
: Returns the orientation of the scrollbar.
: Returns or sets a numeric value that represents the current position of the scroll bar.
: Returns whether the scroll bar is visible.
Name | Description |
---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
: Returns whether the scroll bar is visible.
Represents an horizontal scroll bar.
Represents a vertical scroll bar.
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
sender
The source of the event.
e
A ScrollEventArgs that contains the event data.
Fired when the SlideBar widget scrolls its content.
Fired when the user or code scrolls through the client area.
Fired when the scroll box has been moved by either a mouse or keyboard action.
Fired when the user or code scrolls the grid.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
owner
A Control that contains the scroll bar.
args
The arguments received from the client.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
Bindable components implement this interface. |
All wisej components implement this interface. |
All wisej controls derived from the class must implement this interface. |
Allows an object to serialize itself. |
owner |
Bindable components implement this interface. |
All wisej components implement this interface. |
All wisej controls derived from the class must implement this interface. |
Allows an object to serialize itself. |
A that contains the scroll bar.
Provides basic properties for the
Provides basic properties for the class.