MonobjcMonobjc Documented Class Library
Length Property
NamespacesMonobjc.InputMethodKitIIMKTextInputLength

Returns the length of the text document.

Original signature is '- (NSInteger)length'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSInteger Length { get; }
ReadOnly Property Length As NSInteger
	Get
property NSInteger Length {
	NSInteger 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.InputMethodKit (Module: Monobjc.InputMethodKit)