WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HTMLUIResourceIdentifiers - WindowsForms API Reference | Syncfusion Syncfusion.Windows.Forms.HTMLUI namespace ">

    Show / Hide Table of Contents

    Class HTMLUIResourceIdentifiers

    HTMLUIResourceIdentifiers contains Ids specific to the Syncfusion.Windows.Forms.HTMLUI namespace

    Inheritance
    System.Object
    HTMLUIResourceIdentifiers
    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.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 Description
    System.String

    Direction

    Gets or sets the text of direction in FindDialog

    Declaration
    public const string Direction = "Direction"
    Field Value
    Type Description
    System.String

    Down

    Gets or sets the text of the direction option in FindDialog

    Declaration
    public const string Down = "Down"
    Field Value
    Type Description
    System.String

    FindNext

    Gets or sets the text of the Find Next button in FindDialog

    Declaration
    public const string FindNext = "FindNext"
    Field Value
    Type Description
    System.String

    FindWhat

    Gets or sets the text of FindWhat label in FindDialog

    Declaration
    public const string FindWhat = "FindWhat"
    Field Value
    Type Description
    System.String

    Matchcase

    Gets or sets the text of Match case option in FindDialog

    Declaration
    public const string Matchcase = "Matchcase"
    Field Value
    Type Description
    System.String

    Title

    Gets or sets the title of the FindDialog

    Declaration
    public const string Title = "Title"
    Field Value
    Type Description
    System.String

    Up

    Gets or sets the text of the direction option in FindDialog

    Declaration
    public const string Up = "Up"
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved