WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScrollBarFrame - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IScrollBarFrame

    Implement this interface if you want to add support for shared scrollbars.

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

    Methods

    GetHScrollBar(Control)

    Returns a scrollbar object that implements a horizontal scrollbar.

    Declaration
    Control GetHScrollBar(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    Returns
    Type Description
    System.Windows.Forms.Control

    GetVScrollBar(Control)

    Returns a scrollbar object that implements a vertical scrollbar.

    Declaration
    Control GetVScrollBar(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    Returns
    Type Description
    System.Windows.Forms.Control

    IsActive(Control, ScrollBars)

    Indicates whether the specified control is activated.

    Declaration
    bool IsActive(Control control, ScrollBars sbType)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    System.Windows.Forms.ScrollBars sbType
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved