Class RadSyntaxEditorStringId
Represents localization strings in the RadTabbedFormControl.
Inheritance
System.Object
RadSyntaxEditorStringId
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: Telerik.WinControls.UI.Localization
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class RadSyntaxEditorStringId
Constructors
RadSyntaxEditorStringId()
Declaration
public RadSyntaxEditorStringId()
Fields
FindAll
Declaration
public const string FindAll = "FindAll"
Field Value
System.String
|
FindNext
Declaration
public const string FindNext = "FindNext"
Field Value
System.String
|
FindPrevious
Declaration
public const string FindPrevious = "FindPrevious"
Field Value
System.String
|
FindTextBox
Declaration
public const string FindTextBox = "FindTextBox"
Field Value
System.String
|
Replace
Declaration
public const string Replace = "Replace"
Field Value
System.String
|
ReplaceAll
Declaration
public const string ReplaceAll = "ReplaceAll"
Field Value
System.String
|
ReplaceTextBox
Declaration
public const string ReplaceTextBox = "ReplaceTextBox"
Field Value
System.String
|