Table of Contents

Class AccessibleTextRange

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class AccessibleTextRange
Inheritance
AccessibleTextRange
Inherited Members

Constructors

AccessibleTextRange()

public AccessibleTextRange()

AccessibleTextRange(AccessibleTextRangeOwnedHandle)

public AccessibleTextRange(AccessibleTextRangeOwnedHandle handle)

Parameters

handle AccessibleTextRangeOwnedHandle

Properties

Handle

public AccessibleTextRangeOwnedHandle Handle { get; }

Property Value

AccessibleTextRangeOwnedHandle

Length

public nuint Length { get; set; }

Property Value

nuint

Start

public nuint Start { get; set; }

Property Value

nuint

Methods

Equals(AccessibleTextRange?)

public bool Equals(AccessibleTextRange? other)

Parameters

other AccessibleTextRange

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.