ExtendedSearchEntry Structure

Describes a search result within a region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public struct ExtendedSearchEntry
Inheritance
Object    ValueType    ExtendedSearchEntry

Constructors

ExtendedSearchEntry Constructs an instance of ExtendedSearchEntry.

Properties

Bounds Visual bounds of the search result.
CursorPosition Position of cursor within the region (i.e. offset in text) where the search result starts.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Empty An empty instance of ExtendedSearchEntry.

See Also