MonobjcMonobjc Documented Class Library
NSTextStorageEditedMask Enumeration
NamespacesMonobjc.AppKitNSTextStorageEditedMask

These constants are used in edited:range:changeInLength:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum NSTextStorageEditedMask
<FlagsAttribute> _
Public Enumeration NSTextStorageEditedMask
[FlagsAttribute]
public enum class NSTextStorageEditedMask
Members
MemberDescription
NSTextStorageEditedAttributes

Attributes were added, removed, or changed.

Available in Mac OS X v10.0 and later.


NSTextStorageEditedCharacters

Characters were added, removed, or replaced.

Available in Mac OS X v10.0 and later.


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)