menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct FindResult - API Reference

    Show / Hide Table of Contents

    Struct FindResult

    Defines a structure that provides information about the result of the find operations.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Forms.Edit.Implementation.IO
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public struct FindResult

    Fields

    EndPoint

    Holds the end point of the result.

    Declaration
    public IParsePoint EndPoint
    Field Value
    Type Description
    IParsePoint

    Result

    Holds the result of the RegExp search.

    Declaration
    public Match Result
    Field Value
    Type Description
    System.Text.RegularExpressions.Match

    StartPoint

    Holds the start point of the result.

    Declaration
    public IParsePoint StartPoint
    Field Value
    Type Description
    IParsePoint

    Properties

    Empty

    Gets the Empty structure.

    Declaration
    public static FindResult Empty { get; }
    Property Value
    Type Description
    FindResult

    IsEmpty

    Gets a value indicating whether find result is empty or not.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved