HexBox
Search Results for

    Show / Hide Table of Contents

    Class FindOptions

    Defines all state information nee

    Inheritance
    object
    FindOptions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Be.Windows.Forms
    Assembly: Be.Windows.Forms.HexBox.dll
    Syntax
    public class FindOptions

    Constructors

    View Source

    FindOptions()

    Declaration
    public FindOptions()

    Properties

    View Source

    Hex

    Gets or sets the hex buffer that should be found. Only used, when Type is FindType.Hex.

    Declaration
    public byte[] Hex { get; set; }
    Property Value
    Type Description
    byte[]
    View Source

    IsValid

    Gets or sets whether the Find options are valid

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    bool
    View Source

    MatchCase

    Gets or sets the value, whether the Find operation is case sensitive or not.

    Declaration
    public bool MatchCase { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Text

    Gets or sets the text that should be found. Only used, when Type is FindType.Hex.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string
    View Source

    Type

    Gets or sets the type what should be searched.

    Declaration
    public FindType Type { get; set; }
    Property Value
    Type Description
    FindType
    • View Source
    In this article
    Back to top Generated by DocFX