WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IIntegratedScrollContainer

    Show / Hide Table of Contents

    Interface IIntegratedScrollContainer

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IIntegratedScrollContainer

    Methods

    HandleScrollButtonDown(Point)

    Declaration
    bool HandleScrollButtonDown(Point pt)
    Parameters
    Type Name Description
    System.Drawing.Point pt
    Returns
    Type Description
    System.Boolean

    HandleScrollButtonUp(Point)

    Declaration
    bool HandleScrollButtonUp(Point pt)
    Parameters
    Type Name Description
    System.Drawing.Point pt
    Returns
    Type Description
    System.Boolean

    InvalidateDownScrollButton()

    Declaration
    void InvalidateDownScrollButton()

    InvalidateUpScrollButton()

    Declaration
    void InvalidateUpScrollButton()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved