NativeMethods.SCROLLINFO 构造函数

命名空间:  Microsoft.TeamFoundation.Common.Internal
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
Public Sub New ( _
    cbSize As UInteger, _
    fMask As UInteger, _
    nMin As Integer, _
    nMax As Integer, _
    nPage As UInteger, _
    nPos As Integer, _
    nTrackPos As Integer _
)
public SCROLLINFO(
    uint cbSize,
    uint fMask,
    int nMin,
    int nMax,
    uint nPage,
    int nPos,
    int nTrackPos
)

参数

.NET Framework 安全性

请参见

参考

NativeMethods.SCROLLINFO 结构

Microsoft.TeamFoundation.Common.Internal 命名空间