MonobjcMonobjc Documented Class Library
INSTextInput Interface
NamespacesMonobjc.AppKitINSTextInput

[Missing <summary> documentation for "T:Monobjc.AppKit.INSTextInput"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSTextInput : IManagedWrapper
Public Interface INSTextInput _
	Inherits IManagedWrapper
public interface class INSTextInput : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
AttributedSubstringFromRange(NSRange)

Returns an attributed string derived from the given range in the receiver's text storage. (required)

Original signature is '- (NSAttributedString *)attributedSubstringFromRange:(NSRange)theRange'

Available in Mac OS X v10.0 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CharacterIndexForPoint(NSPoint)

Returns the index of the character whose frame rectangle includes the given point. (required)

Original signature is '- (NSUInteger)characterIndexForPoint:(NSPoint)thePoint'

Available in Mac OS X v10.0 and later.


ConversationIdentifier

Returns a number used to identify the receiver’s context to the input server. (required)

Original signature is '- (NSInteger)conversationIdentifier'

Available in Mac OS X v10.0 and later.


DoCommandBySelector(IntPtr)

Invokes the given selector if possible. (required)

Original signature is '- (void)doCommandBySelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.


FirstRectForCharacterRange(NSRange)

Returns the first frame rectangle for characters in the given range, in screen coordinates. (required)

Original signature is '- (NSRect)firstRectForCharacterRange:(NSRange)theRange'

Available in Mac OS X v10.0 and later.


HasMarkedText

Returns a Boolean value indicating whether or not the receiver has marked text. (required)

Original signature is '- (BOOL)hasMarkedText'

Available in Mac OS X v10.0 and later.


InsertText(Id)

Inserts the given string into the receiver’s text storage. (required)

Original signature is '- (void)insertText:(id)aString'

Available in Mac OS X v10.0 and later.


MarkedRange

Returns the range of the marked text. (required)

Original signature is '- (NSRange)markedRange'

Available in Mac OS X v10.0 and later.


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SelectedRange

Returns the range of selected text. (required)

Original signature is '- (NSRange)selectedRange'

Available in Mac OS X v10.0 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SetMarkedTextSelectedRange(Id, NSRange)

Replaces currently marked text in the receiver’s text storage with the given string and sets the selection to the given range, computed from the beginning of the marked text. (required)

Original signature is '- (void)setMarkedText:(id)aString selectedRange:(NSRange)selRange'

Available in Mac OS X v10.0 and later.


UnmarkText()()()()

Removes any marking from pending input text and disposes of the marked text as it wishes. The text view should accept the marked text as if it had been inserted normally. (required)

Original signature is '- (void)unmarkText'

Available in Mac OS X v10.0 and later.


ValidAttributesForMarkedText

Returns an array of names for the attributes supported by the receiver. (required)

Original signature is '- (NSArray *)validAttributesForMarkedText'

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)