SCROLLINFO class Null safety 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
- Available Extensions
Constructors
Properties
- cbSize ↔ int
-
@Uint32(), read / write
- fMask ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nMax ↔ int
-
@Int32(), read / write
- nMin ↔ int
-
@Int32(), read / write
- nPage ↔ int
-
@Uint32(), read / write
- nPos ↔ int
-
@Int32(), read / write
- nTrackPos ↔ int
-
@Int32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited