UIKit.UITextRange Members

The members of UIKit.UITextRange are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
EndUITextPosition. Gets the end position of the range.
[read-only]
IsEmptybool. Whether this UITextRange is empty.
[read-only]
StartUITextPosition. Gets the start position of the range.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UITextRange object.