InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetScrollVisible Method

In This Topic
    GetScrollVisible Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetScrollVisible( _
       ByVal handle As IntPtr, _
       ByVal nBar As UInteger _
    ) As Boolean
    public static bool GetScrollVisible( 
       IntPtr handle,
       uint nBar
    )

    Parameters

    handle
    nBar
    See Also