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

C# | Visual Basic | Visual C++ |
public interface INSTextInput : IManagedWrapper
Public Interface INSTextInput _ Inherits IManagedWrapper
public interface class INSTextInput : IManagedWrapper

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | 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). |
![]() | SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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. |

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