Class HTMLUIResourceIdentifiers
HTMLUIResourceIdentifiers contains Ids specific to the Syncfusion.Windows.Forms.HTMLUI namespace
Inheritance
System.Object
HTMLUIResourceIdentifiers
Inherited Members
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.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class HTMLUIResourceIdentifiers
Constructors
HTMLUIResourceIdentifiers()
Declaration
public HTMLUIResourceIdentifiers()
Fields
Cancel
Gets or sets the text of the cancel button in FindDialog
Declaration
public const string Cancel = "Cancel"
Field Value
Type |
---|
System.String |
Direction
Gets or sets the text of direction in FindDialog
Declaration
public const string Direction = "Direction"
Field Value
Type |
---|
System.String |
Down
Gets or sets the text of the direction option in FindDialog
Declaration
public const string Down = "Down"
Field Value
Type |
---|
System.String |
FindNext
Gets or sets the text of the Find Next button in FindDialog
Declaration
public const string FindNext = "FindNext"
Field Value
Type |
---|
System.String |
FindWhat
Gets or sets the text of FindWhat label in FindDialog
Declaration
public const string FindWhat = "FindWhat"
Field Value
Type |
---|
System.String |
Matchcase
Gets or sets the text of Match case option in FindDialog
Declaration
public const string Matchcase = "Matchcase"
Field Value
Type |
---|
System.String |
Title
Gets or sets the title of the FindDialog
Declaration
public const string Title = "Title"
Field Value
Type |
---|
System.String |
Up
Gets or sets the text of the direction option in FindDialog
Declaration
public const string Up = "Up"
Field Value
Type |
---|
System.String |