MonobjcMonobjc Documented Class Library
HasMarkedText Property
NamespacesMonobjc.AppKitINSTextInputClientHasMarkedText

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

Original signature is '- (BOOL)hasMarkedText'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool HasMarkedText { get; }
ReadOnly Property HasMarkedText As Boolean
	Get
property bool HasMarkedText {
	bool get ();
}
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)