Class FindOptions
Defines all state information nee
Inherited Members
Namespace: Be.Windows.Forms
Assembly: Be.Windows.Forms.HexBox.dll
Syntax
public class FindOptions
Constructors
View SourceFindOptions()
Declaration
public FindOptions()
Properties
View SourceHex
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[] |
IsValid
Gets or sets whether the Find options are valid
Declaration
public bool IsValid { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |
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 |
Type
Gets or sets the type what should be searched.
Declaration
public FindType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| FindType |