NativeMethods.SCROLLINFO Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents scroll info.
public: ref class NativeMethods::SCROLLINFO
public class NativeMethods.SCROLLINFO
type NativeMethods.SCROLLINFO = class
Public Class NativeMethods.SCROLLINFO
- Inheritance
-
NativeMethods.SCROLLINFO
Constructors
| NativeMethods.SCROLLINFO() |
Initializes a new instance of the NativeMethods.SCROLLINFO class. |
| NativeMethods.SCROLLINFO(Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the NativeMethods.SCROLLINFO class. |
Fields
| cbSize |
Specifies the scroll size. |
| fMask |
Specifies the scroll mask. |
| nMax |
Specifies the maximum scroll. |
| nMin |
Specifies the minimum scroll. |
| nPage |
Specifies the scroll page. |
| nPos |
Specifies the position of the scroll. |
| nTrackPos |
Specifies the track position of the scroll. |