MonobjcMonobjc Documented Class Library
DrawsVerticallyForCharacterAtIndex Method (charIndex)
NamespacesMonobjc.AppKitNSTextViewDrawsVerticallyForCharacterAtIndex(NSUInteger)

Informs the text input management system whether the protocol-conforming client renders the character at the given index vertically. (required)

Original signature is '- (BOOL)drawsVerticallyForCharacterAtIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool DrawsVerticallyForCharacterAtIndex(
	NSUInteger charIndex
)
Public Overridable Function DrawsVerticallyForCharacterAtIndex ( _
	charIndex As NSUInteger _
) As Boolean
public:
virtual bool DrawsVerticallyForCharacterAtIndex(
	NSUInteger charIndex
)
Parameters
charIndex (NSUInteger)
The index of the character to test.
Return Value
YES if the character is rendered vertically; otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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