menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollControl.OfficeScrollBarsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollControl.OfficeScrollBarsEventArgs

    Provides the data about OfficeScrollBarsChanged event of a ScrollControl.

    Inheritance
    System.Object
    System.EventArgs
    ScrollControl.OfficeScrollBarsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class OfficeScrollBarsEventArgs : EventArgs

    Constructors

    OfficeScrollBarsEventArgs(OfficeScrollBars)

    Initializes a new CurrentRecordEventArgs.

    Declaration
    public OfficeScrollBarsEventArgs(OfficeScrollBars gridOfficeScrollBars)
    Parameters
    Type Name Description
    OfficeScrollBars gridOfficeScrollBars

    Properties

    GridOfficeScrollBars

    Gets or sets the Office scroll bars

    Declaration
    public OfficeScrollBars GridOfficeScrollBars { get; set; }
    Property Value
    Type
    OfficeScrollBars
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved