alexa

    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
    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
    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
    System.Boolean
    Back to top Generated by DocFX