MonobjcMonobjc Documented Class Library
NSSecureTextFieldCell Class
NamespacesMonobjc.AppKitNSSecureTextFieldCell

[Missing <summary> documentation for "T:Monobjc.AppKit.NSSecureTextFieldCell"]

Declaration Syntax
C#Visual BasicVisual C++
public class NSSecureTextFieldCell : NSTextFieldCell, 
	IManagedWrapper, INSCopying, INSCoding
Public Class NSSecureTextFieldCell _
	Inherits NSTextFieldCell _
	Implements IManagedWrapper, INSCopying, INSCoding
public ref class NSSecureTextFieldCell : public NSTextFieldCell, 
	IManagedWrapper, INSCopying, INSCoding
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
NSSecureTextFieldCell(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSSecureTextFieldCell()()()()
Initializes a new instance of the NSSecureTextFieldCell class.

NSSecureTextFieldCell(IntPtr)
Initializes a new instance of the NSSecureTextFieldCell class.

NSSecureTextFieldCell(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSSecureTextFieldCell class.

AcceptsFirstResponder()()()()

Returns a Boolean value that indicates whether the receiver accepts first responder status.

Original signature is '- (BOOL)acceptsFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Action

Returns the default action-message selector associated with the cell.

Original signature is '- (SEL)action'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ActionEvent (Inherited from NSActionCell.)
AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Alignment

Returns the alignment of text in the receiver.

Original signature is '- (NSTextAlignment)alignment'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AllowedInputSourceLocales

Returns an array of locale identifiers representing input sources that are allowed to be enabled when the receiver has the keyboard focus.

Original signature is '- (NSArray *)allowedInputSourceLocales'

Available in Mac OS X v10.5 and later.

(Inherited from NSTextFieldCell.)
AllowsEditingTextAttributes

Returns a Boolean value that indicates whether the receiver allows user editing of textual attributes.

Original signature is '- (BOOL)allowsEditingTextAttributes'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
AllowsMixedState

Returns a Boolean value that indicates whether the receiver supports three states.

Original signature is '- (BOOL)allowsMixedState'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
AllowsUndo

Returns a Boolean value that indicates whether the receiver assumes responsibility for undo operations.

Original signature is '- (BOOL)allowsUndo'

Available in Mac OS X v10.4 and later.

(Inherited from NSCell.)
AttributedStringValue

Returns the value of the receiver’s cell as an attributed string using the receiver's formatter object (if one exists).

Original signature is '- (NSAttributedString *)attributedStringValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
BackgroundColor

Returns the color of the background the receiver draws behind the text.

Original signature is '- (NSColor *)backgroundColor'

Available in Mac OS X v10.0 and later.

(Inherited from NSTextFieldCell.)
BackgroundStyle

Returns the background style for the receiver.

Original signature is '- (NSBackgroundStyle)backgroundStyle'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
BaseWritingDirection

Returns the initial writing direction used to determine the actual writing direction for text.

Original signature is '- (NSWritingDirection)baseWritingDirection'

Available in Mac OS X v10.4 and later.

(Inherited from NSCell.)
BezelStyle

Returns the receiver’s bezel style.

Original signature is '- (NSTextFieldBezelStyle)bezelStyle'

Available in Mac OS X v10.2 and later.

(Inherited from NSTextFieldCell.)
BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
CalcDrawInfo(NSRect)

Recalculates the cell geometry.

Original signature is '- (void)calcDrawInfo:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CellAttribute(NSCellAttribute)

Returns the value for the specified cell attribute.

Original signature is '- (NSInteger)cellAttribute:(NSCellAttribute)aParameter'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
CellSize

Returns the minimum size needed to display the receiver.

Original signature is '- (NSSize)cellSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
CellSizeForBounds(NSRect)

Returns the minimum size needed to display the receiver, constraining it to the specified rectangle.

Original signature is '- (NSSize)cellSizeForBounds:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Compare(Id)

Compares the string values of the receiver another cell, disregarding case.

Original signature is '- (NSComparisonResult)compare:(id)otherCell'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ContinueTrackingAtInView(NSPoint, NSPoint, NSView)

Returns a Boolean value that indicates whether mouse tracking should continue in the receiving cell.

Original signature is '- (BOOL)continueTracking:(NSPoint)lastPoint at:(NSPoint)currentPoint inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ControlSize

Returns the size of the receiver.

Original signature is '- (NSControlSize)controlSize'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ControlTint

Returns the receiver’s control tint.

Original signature is '- (NSControlTint)controlTint'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ControlView

Returns the receiver's control.

Original signature is '- (NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ControlView

Returns the view in which the receiver was last drawn. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CopyWithZone(IntPtr)

Returns a new instance that’s a copy of the receiver. (required)

Original signature is '- (id)copyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DoubleValue

Returns the value of the receiver’s cell as a double-precision floating-point number.

Original signature is '- (double)doubleValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
DoubleValue

Returns the receiver’s value as a double after validating any editing of cell content. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (double)doubleValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
DrawingRectForBounds(NSRect)

Returns the rectangle within which the receiver draws itself

Original signature is '- (NSRect)drawingRectForBounds:(NSRect)theRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
DrawInteriorWithFrameInView(NSRect, NSView)

Draws the interior portion of the receiver, which includes the image or text portion but does not include the border.

Original signature is '- (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
DrawsBackground

Returns a Boolean value that indicates whether the receiver draws its background color.

Original signature is '- (BOOL)drawsBackground'

Available in Mac OS X v10.0 and later.

(Inherited from NSTextFieldCell.)
DrawWithExpansionFrameInView(NSRect, NSView)

Instructs the receiver to draw in an expansion frame.

Original signature is '- (void)drawWithExpansionFrame:(NSRect)cellFrame inView:(NSView *)view'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
DrawWithFrameInView(NSRect, NSView)

Draws the receiver’s border and then draws the interior of the cell.

Original signature is '- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
EchosBullets

Returns whether the receiver echoes a bullet character rather than each character typed.

Original signature is '- (BOOL)echosBullets'

Available in Mac OS X v10.0 and later.


EditWithFrameInViewEditorDelegateEvent(NSRect, NSView, NSText, Id, NSEvent)

Begins editing of the receiver’s text using the specified field editor.

Original signature is '- (void)editWithFrame:(NSRect)aRect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)anObject event:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
EncodeWithCoder(NSCoder)

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
EndEditing(NSText)

Ends the editing of text in the receiver using the specified field editor.

Original signature is '- (void)endEditing:(NSText *)textObj'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
EntryType Obsolete.

Returns the type of data the user can type into the receiver. (Deprecated in Mac OS X v10.0 and later. Use a formatter instead—see setFormatter:.)

Original signature is '- (NSInteger)entryType'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
ExpansionFrameWithFrameInView(NSRect, NSView)

Returns the expansion cell frame for the receiver.

Original signature is '- (NSRect)expansionFrameWithFrame:(NSRect)cellFrame inView:(NSView *)view'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
FieldEditorForView(NSView)

Returns a custom field editor for editing in the view.

Original signature is '- (NSTextView *)fieldEditorForView:(NSView *)aControlView'

Available in Mac OS X v10.6 and later.

(Inherited from NSCell.)
Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
FloatValue

Returns the value of the receiver’s cell as a single-precision floating-point number.

Original signature is '- (float)floatValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
FloatValue

Returns the receiver’s value as a float after validating any editing of cell content. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (float)floatValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
FocusRingType

Returns the type of focus ring currently set for the receiver.

Original signature is '- (NSFocusRingType)focusRingType'

Available in Mac OS X v10.3 and later.

(Inherited from NSCell.)
Font

Returns the font used to display text in the receiver

Original signature is '- (NSFont *)font'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Formatter

Returns the receiver's formatter object.

Original signature is '- (id)formatter'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetPeriodicDelayInterval(Single%, Single%)

Returns the initial delay and repeat values for continuous sending of action messages to target objects.

Original signature is '- (void)getPeriodicDelay:(float *)delay interval:(float *)interval'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
HasValidObjectValue

Returns a Boolean value that indicates whether the receiver has a valid object value.

Original signature is '- (BOOL)hasValidObjectValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
HighlightColorWithFrameInView(NSRect, NSView)

Returns the color the receiver uses when drawing the selection highlight.

Original signature is '- (NSColor *)highlightColorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.1 and later.

(Inherited from NSCell.)
HighlightWithFrameInView(Boolean, NSRect, NSView)

Redraws the receiver with the specified highlight setting.

Original signature is '- (void)highlight:(BOOL)flag withFrame:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
HitTestForEventInRectOfView(NSEvent, NSRect, NSView)

Returns hit testing information for the receiver.

Original signature is '- (NSUInteger)hitTestForEvent:(NSEvent *)event inRect:(NSRect)cellFrame ofView:(NSView *)controlView'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
Image

Returns the image displayed by the receiver (if any).

Original signature is '- (NSImage *)image'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ImageRectForBounds(NSRect)

Returns the rectangle in which the receiver draws its image.

Original signature is '- (NSRect)imageRectForBounds:(NSRect)theRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ImportsGraphics

Returns a Boolean value that indicates whether the text of the receiver can contain imported graphics.

Original signature is '- (BOOL)importsGraphics'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InitImageCell(NSImage)

Returns an NSCell object initialized with the specified image and set to have the cell’s default menu.

Original signature is '- (id)initImageCell:(NSImage *)anImage'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
InitTextCell(NSString)

Returns an NSCell object initialized with the specified string and set to have the cell’s default menu.

Original signature is '- (id)initTextCell:(NSString *)aString'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
InitWithCoder(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
IntegerValue

Returns the receiver’s value as an NSInteger.

Original signature is '- (NSInteger)integerValue'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
InteriorBackgroundStyle

Returns the interior background style for the receiver.

Original signature is '- (NSBackgroundStyle)interiorBackgroundStyle'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
IntValue

Returns the receiver’s value as an integer.

Original signature is '- (int)intValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IntValue

Returns the receiver’s value as an int after validating any editing of cell content. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (int)intValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsBezeled

Returns a Boolean value that indicates whether the receiver has a bezeled border.

Original signature is '- (BOOL)isBezeled'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsBordered

Returns a Boolean value that indicates whether the receiver has a plain border.

Original signature is '- (BOOL)isBordered'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsContinuous

Returns a Boolean value that indicates whether the receiver’s cell sends its action message continuously to its target during mouse tracking.

Original signature is '- (BOOL)isContinuous'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsEditable

Returns a Boolean value that indicates whether the receiver is editable.

Original signature is '- (BOOL)isEditable'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsEnabled

Returns a Boolean value that indicates whether the receiver is enabled or disabled.

Original signature is '- (BOOL)isEnabled'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsEntryAcceptable(NSString) Obsolete.

Returns whether a string representing a numeric or date value is formatted in a suitable way for the cell's entry type. (Deprecated in Mac OS X v 10.0 and later. Use NSFormatter instead.)

Original signature is '- (BOOL)isEntryAcceptable:(NSString *)aString'

Available in Mac OS X v 10.0 and later.

(Inherited from NSCell.)
IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsHighlighted

Returns a Boolean value that indicates whether the receiver is highlighted.

Original signature is '- (BOOL)isHighlighted'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsOpaque

Returns a Boolean value that indicates whether the receiver is opaque (nontransparent).

Original signature is '- (BOOL)isOpaque'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsScrollable

Returns a Boolean value that indicates whether the receiver scrolls excess text past the cell’s bounds.

Original signature is '- (BOOL)isScrollable'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
IsSelectable

Returns a Boolean value that indicates whether the text of the receiver can be selected.

Original signature is '- (BOOL)isSelectable'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
KeyEquivalent

Returns the key equivalent to clicking the cell.

Original signature is '- (NSString *)keyEquivalent'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
LineBreakMode

Returns the line break mode currently used when drawing text.

Original signature is '- (NSLineBreakMode)lineBreakMode'

Available in Mac OS X v10.4 and later.

(Inherited from NSCell.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Menu

Returns the receiver’s contextual menu.

Original signature is '- (NSMenu *)menu'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
MenuForEventInRectOfView(NSEvent, NSRect, NSView)

Returns the menu associated with the receiver and related to the specified event and frame.

Original signature is '- (NSMenu *)menuForEvent:(NSEvent *)anEvent inRect:(NSRect)cellFrame ofView:(NSView *)aView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Mnemonic

Returns the character in the receiver’s title that appears underlined for use as a mnemonic.

Original signature is '- (NSString *)mnemonic'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
MnemonicLocation

Returns the position of the underlined mnemonic character in the receiver’s title.

Original signature is '- (NSUInteger)mnemonicLocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
MouseDownFlags

Returns the modifier flags for the last (left) mouse-down event.

Original signature is '- (NSInteger)mouseDownFlags'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
NextState

Returns the receiver’s next state.

Original signature is '- (NSInteger)nextState'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
NSSecureTextFieldCellClass
Static field for a quick access to the NSSecureTextFieldCell class.

ObjectValue

Returns the receiver’s value as an Objective-C object

Original signature is '- (id)objectValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformClick(Id)

Simulates a single mouse click on the receiver.

Original signature is '- (void)performClick:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PlaceholderAttributedString

Returns the cell’s attributed placeholder string.

Original signature is '- (NSAttributedString *)placeholderAttributedString'

Available in Mac OS X v10.3 and later.

(Inherited from NSTextFieldCell.)
PlaceholderString

Returns the cell’s plain text placeholder string.

Original signature is '- (NSString *)placeholderString'

Available in Mac OS X v10.3 and later.

(Inherited from NSTextFieldCell.)
RefusesFirstResponder

Returns a Boolean value that indicates whether the receiver should not become the first responder.

Original signature is '- (BOOL)refusesFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RepresentedObject

Returns the object the receiver represents.

Original signature is '- (id)representedObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ResetCursorRectInView(NSRect, NSView)

Sets the receiver to show the I-beam cursor while it tracks the mouse.

Original signature is '- (void)resetCursorRect:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
SelectWithFrameInViewEditorDelegateStartLength(NSRect, NSView, NSText, Id, NSInteger, NSInteger)

Selects the specified text range in the cell's field editor.

Original signature is '- (void)selectWithFrame:(NSRect)aRect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)anObject start:(NSInteger)selStart length:(NSInteger)selLength'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendActionOn(NSInteger)

Sets the conditions on which the receiver sends action messages to its target.

Original signature is '- (NSInteger)sendActionOn:(NSInteger)mask'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendsActionOnEndEditing

Returns a Boolean value that indicates whether the receiver’s NSControl object sends its action message whenever the user finishes editing the cell’s text.

Original signature is '- (BOOL)sendsActionOnEndEditing'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SetAlignment(NSTextAlignment)

Sets the alignment of text in the receiver. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setAlignment:(NSTextAlignment)mode'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetBezeled(Boolean)

Sets whether the receiver draws itself with a bezeled border. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setBezeled:(BOOL)flag'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetBordered(Boolean)

Sets whether the receiver draws itself outlined with a plain border. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setBordered:(BOOL)flag'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetCellAttributeTo(NSCellAttribute, NSInteger)

Sets the value for the specified cell attribute.

Original signature is '- (void)setCellAttribute:(NSCellAttribute)aParameter to:(NSInteger)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SetControlView(NSView)

Sets the receiver's control view, the view in which it is drawn.

Original signature is '- (void)setControlView:(NSView *)view'

Available in Mac OS X v10.4 and later.

(Inherited from NSActionCell.)
SetEnabled(Boolean)

Sets whether the receiver is enabled or disabled. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setEnabled:(BOOL)flag'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetFloatingPointFormatLeftRight(Boolean, NSUInteger, NSUInteger) Obsolete.

Sets the auto-ranging and floating point number format of the receiver’s cell. (Deprecated in Mac OS X v10.0. Use a formatter instead. See setFormatter:)

Original signature is '- (void)setFloatingPointFormat:(BOOL)autoRange left:(NSUInteger)leftDigits right:(NSUInteger)rightDigits'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SetFloatingPointFormatLeftRight(Boolean, NSUInteger, NSUInteger)

Sets the receiver’s floating-point format. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setFloatingPointFormat:(BOOL)autoRange left:(NSUInteger)leftDigits right:(NSUInteger)rightDigits'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetFont(NSFont)

Sets the font to be used when the receiver displays text. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setFont:(NSFont *)fontObj'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetImage(NSImage)

Sets the image to be displayed in the receiver. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setImage:(NSImage *)image'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetNextState()()()()

Changes the state of the receiver to its next state.

Original signature is '- (void)setNextState'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetObjectValue(INSCopying)

Discards any editing of the receiver’s text and sets its object value to object. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void)setObjectValue:(id < NSCopying >)object'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
SetTitleWithMnemonic(NSString)

Sets the title of the receiver with one character in the string denoted as an access key.

Original signature is '- (void)setTitleWithMnemonic:(NSString *)aString'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SetUpFieldEditorAttributes(NSText)

Configures the textual and background attributes of the receiver's field editor.

Original signature is '- (NSText *)setUpFieldEditorAttributes:(NSText *)textObj'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetWantsNotificationForMarkedText(Boolean)

Directs the cell’s associated field editor to post text change notifications.

Original signature is '- (void)setWantsNotificationForMarkedText:(BOOL)flag'

Available in Mac OS X v10.5 and later.

(Inherited from NSTextFieldCell.)
ShowsFirstResponder

Returns a Boolean value that indicates whether the receiver should draw some indication of its first responder status.

Original signature is '- (BOOL)showsFirstResponder'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
StartTrackingAtInView(NSPoint, NSView)

Begins tracking mouse events within the receiver.

Original signature is '- (BOOL)startTrackingAt:(NSPoint)startPoint inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
State

Returns the receiver’s state.

Original signature is '- (NSInteger)state'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
StopTrackingAtInViewMouseIsUp(NSPoint, NSPoint, NSView, Boolean)

Stops tracking mouse events within the receiver.

Original signature is '- (void)stopTracking:(NSPoint)lastPoint at:(NSPoint)stopPoint inView:(NSView *)controlView mouseIsUp:(BOOL)flag'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
StringValue

Returns the value of the receiver’s cell as an NSString object.

Original signature is '- (NSString *)stringValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
StringValue

Returns the receiver’s value as a string object as converted by the cell’s formatter, if one exists. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (NSString *)stringValue'

Available in Mac OS X v10.0 and later.

(Inherited from NSActionCell.)
Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Tag

Returns the tag identifying the receiver.

Original signature is '- (NSInteger)tag'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TakeDoubleValueFrom(Id)

Sets the value of the receiver’s cell to a double-precision floating-point value obtained from the specified object.

Original signature is '- (void)takeDoubleValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TakeFloatValueFrom(Id)

Sets the value of the receiver’s cell to a single-precision floating-point value obtained from the specified object.

Original signature is '- (void)takeFloatValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TakeIntegerValueFrom(Id)

Sets the value of the receiver’s cell to an integer value obtained from the specified object.

Original signature is '- (void)takeIntegerValueFrom:(id)sender'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
TakeIntValueFrom(Id)

Sets the value of the receiver’s cell to an integer value obtained from the specified object.

Original signature is '- (void)takeIntValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TakeObjectValueFrom(Id)

Sets the value of the receiver’s cell to the object value obtained from the specified object.

Original signature is '- (void)takeObjectValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TakeStringValueFrom(Id)

Sets the value of the receiver’s cell to the string value obtained from the specified object.

Original signature is '- (void)takeStringValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Target

Returns the target object of the receiver.

Original signature is '- (id)target'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TextColor

Returns the color used to draw the receiver’s text.

Original signature is '- (NSColor *)textColor'

Available in Mac OS X v10.0 and later.

(Inherited from NSTextFieldCell.)
Title

Returns the receiver’s title.

Original signature is '- (NSString *)title'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TitleRectForBounds(NSRect)

Returns the rectangle in which the receiver draws its title text.

Original signature is '- (NSRect)titleRectForBounds:(NSRect)theRect'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
TrackMouseInRectOfViewUntilMouseUp(NSEvent, NSRect, NSView, Boolean)

Initiates the mouse tracking behavior in a cell.

Original signature is '- (BOOL)trackMouse:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(NSView *)controlView untilMouseUp:(BOOL)untilMouseUp'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
TruncatesLastVisibleLine

Returns a Boolean value indicating whether the receiver truncates and adds the ellipsis character to the last visible line if the text doesn't fit into the cell bounds.

Original signature is '- (BOOL)truncatesLastVisibleLine'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
Type

Returns the type of the receiver

Original signature is '- (NSCellType)type'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
UserInterfaceLayoutDirection

Returns the layout direction of the user interface.

Original signature is '- (NSUserInterfaceLayoutDirection)userInterfaceLayoutDirection'

Available in Mac OS X v10.6 and later.

(Inherited from NSCell.)
UsesSingleLineMode

Returns whether the text cell restricts layout and rendering of its content to a single line.

Original signature is '- (BOOL)usesSingleLineMode'

Available in Mac OS X v10.6 and later.

(Inherited from NSCell.)
ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
WantsNotificationForMarkedText

Returns a Boolean value that indicates whether the field editor initiated by the receiver should post text change notifications.

Original signature is '- (BOOL)wantsNotificationForMarkedText'

Available in Mac OS X v10.5 and later.

(Inherited from NSCell.)
WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Wraps

Returns a Boolean value that indicates whether the receiver wraps its text when the text exceeds the borders of the cell.

Original signature is '- (BOOL)wraps'

Available in Mac OS X v10.0 and later.

(Inherited from NSCell.)
Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Inheritance Hierarchy
Object
Id
 NSObject
  NSCell
   NSActionCell
    NSTextFieldCell
     NSSecureTextFieldCell
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)