INSTextInput インターフェイス

定義

[Foundation.Protocol(Name="NSTextInput", WrapperType=typeof(AppKit.NSTextInputWrapper))]
public interface INSTextInput : IDisposable, ObjCRuntime.INativeObject
type INSTextInput = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

ConversationIdentifier
Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)
HasMarkedText
MarkedRange
SelectedRange
ValidAttributesForMarkedText

メソッド

GetAttributedSubstring(NSRange)
GetCharacterIndex(CGPoint)
GetFirstRectForCharacterRange(NSRange)
InsertText(NSObject)
SetMarkedText(NSObject, NSRange)
UnmarkText()

適用対象