Class TextBoxControlStringId
Contains identifiers of the localizable strings in RadTextBoxControlElement
Inheritance
System.Object
TextBoxControlStringId
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBoxControlStringId
Constructors
TextBoxControlStringId()
Declaration
public TextBoxControlStringId()
Fields
ContextMenuCopy
Declaration
public const string ContextMenuCopy = "ContextMenuCopy"
Field Value
System.String
|
ContextMenuCut
Declaration
public const string ContextMenuCut = "ContextMenuCut"
Field Value
System.String
|
ContextMenuDelete
Declaration
public const string ContextMenuDelete = "ContextMenuDelete"
Field Value
System.String
|
ContextMenuPaste
Declaration
public const string ContextMenuPaste = "ContextMenuPaste"
Field Value
System.String
|
ContextMenuSelectAll
Declaration
public const string ContextMenuSelectAll = "ContextMenuSelectAll"
Field Value
System.String
|