SCROLLINFO class base Struct
The SCROLLINFO structure contains scroll bar parameters to be set by the SetScrollInfo function (or SBM_SETSCROLLINFO message), or retrieved by the GetScrollInfo function (or SBM_GETSCROLLINFO message)
- Inheritance
-
- Object
- NativeType
- Struct
- SCROLLINFO
Constructors
Properties
- cbSize ↔ int
-
read / write
- fMask ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- nMax ↔ int
-
read / write
- nMin ↔ int
-
read / write
- nPage ↔ int
-
read / write
- nPos ↔ int
-
read / write
- nTrackPos ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited