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