WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollControlResourceWrapper - WindowsForms API Reference | Syncfusion SfScrollControl based on the current culture. ">

    Show / Hide Table of Contents

    Class ScrollControlResourceWrapper

    Provides a class that contains properties to get the localized string for the SfScrollControl based on the current culture.

    Inheritance
    System.Object
    ScrollControlResourceWrapper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.WinForms.Controls
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    public static class ScrollControlResourceWrapper

    Properties

    Bottom

    Gets the localized string for Bottom item of ScrollBar ContextMenu.

    Declaration
    public static string Bottom { get; }
    Property Value
    Type Description
    System.String

    LeftEdge

    Gets the localized string for LeftEdge item of ScrollBar ContextMenu.

    Declaration
    public static string LeftEdge { get; }
    Property Value
    Type Description
    System.String

    PageDown

    Gets the localized string for PageDown item of ScrollBar ContextMenu.

    Declaration
    public static string PageDown { get; }
    Property Value
    Type Description
    System.String

    PageLeft

    Gets the localized string for PageLeft item of ScrollBar ContextMenu.

    Declaration
    public static string PageLeft { get; }
    Property Value
    Type Description
    System.String

    PageRight

    Gets the localized string for PageRight item of ScrollBar ContextMenu.

    Declaration
    public static string PageRight { get; }
    Property Value
    Type Description
    System.String

    PageUp

    Gets the localized string for PageUp item of ScrollBar ContextMenu.

    Declaration
    public static string PageUp { get; }
    Property Value
    Type Description
    System.String

    RightEdge

    Gets the localized string for RightEdge item of ScrollBar ContextMenu.

    Declaration
    public static string RightEdge { get; }
    Property Value
    Type Description
    System.String

    ScrollDown

    Gets the localized string for ScrollDown item of ScrollBar ContextMenu.

    Declaration
    public static string ScrollDown { get; }
    Property Value
    Type Description
    System.String

    ScrollHere

    Gets the localized string for ScrollHere item of ScrollBar ContextMenu.

    Declaration
    public static string ScrollHere { get; }
    Property Value
    Type Description
    System.String

    ScrollLeft

    Gets the localized string for ScrollLeft item of ScrollBar ContextMenu.

    Declaration
    public static string ScrollLeft { get; }
    Property Value
    Type Description
    System.String

    ScrollRight

    Gets the localized string for ScrollRight item of ScrollBar ContextMenu.

    Declaration
    public static string ScrollRight { get; }
    Property Value
    Type Description
    System.String

    ScrollUp

    Gets the localized string for ScrollUp item of ScrollBar ContextMenu.

    Declaration
    public static string ScrollUp { get; }
    Property Value
    Type Description
    System.String

    Top

    Gets the localized string for Top item of ScrollBar ContextMenu.

    Declaration
    public static string Top { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved