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
Properties
Handle
public AccessibleTextRangeOwnedHandle Handle { get; }
Property Value
Length
public nuint Length { get; set; }
Property Value
Start
public nuint Start { get; set; }
Property Value
Methods
Equals(AccessibleTextRange?)
public bool Equals(AccessibleTextRange? other)
Parameters
other
AccessibleTextRange
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.