Class ScrollControlResourceWrapper
Provides a class that contains properties to get the localized string for the SfScrollControl based on the current culture.
Inheritance
Inherited Members
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 |
---|
System.String |
LeftEdge
Gets the localized string for LeftEdge item of ScrollBar ContextMenu.
Declaration
public static string LeftEdge { get; }
Property Value
Type |
---|
System.String |
PageDown
Gets the localized string for PageDown item of ScrollBar ContextMenu.
Declaration
public static string PageDown { get; }
Property Value
Type |
---|
System.String |
PageLeft
Gets the localized string for PageLeft item of ScrollBar ContextMenu.
Declaration
public static string PageLeft { get; }
Property Value
Type |
---|
System.String |
PageRight
Gets the localized string for PageRight item of ScrollBar ContextMenu.
Declaration
public static string PageRight { get; }
Property Value
Type |
---|
System.String |
PageUp
Gets the localized string for PageUp item of ScrollBar ContextMenu.
Declaration
public static string PageUp { get; }
Property Value
Type |
---|
System.String |
RightEdge
Gets the localized string for RightEdge item of ScrollBar ContextMenu.
Declaration
public static string RightEdge { get; }
Property Value
Type |
---|
System.String |
ScrollDown
Gets the localized string for ScrollDown item of ScrollBar ContextMenu.
Declaration
public static string ScrollDown { get; }
Property Value
Type |
---|
System.String |
ScrollHere
Gets the localized string for ScrollHere item of ScrollBar ContextMenu.
Declaration
public static string ScrollHere { get; }
Property Value
Type |
---|
System.String |
ScrollLeft
Gets the localized string for ScrollLeft item of ScrollBar ContextMenu.
Declaration
public static string ScrollLeft { get; }
Property Value
Type |
---|
System.String |
ScrollRight
Gets the localized string for ScrollRight item of ScrollBar ContextMenu.
Declaration
public static string ScrollRight { get; }
Property Value
Type |
---|
System.String |
ScrollUp
Gets the localized string for ScrollUp item of ScrollBar ContextMenu.
Declaration
public static string ScrollUp { get; }
Property Value
Type |
---|
System.String |
Top
Gets the localized string for Top item of ScrollBar ContextMenu.
Declaration
public static string Top { get; }
Property Value
Type |
---|
System.String |