Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: NSActionCellMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Controls | MBS MacCocoa Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The NSTextFieldCell class adds to the text display capabilities of the NSCell class by allowing you to set the color of both the text and its background. You can also specify whether the cell draws its background at all.
All of the methods declared by this class are also declared by the NSTextField class, which uses NSTextFieldCell objects to draw and edit text. These NSTextField cover methods call the corresponding NSTextFieldCell methods.
Placeholder strings, set using PlaceholderString or PlaceholderAttributedString, now appear in the text field cell if the actual string is "". They are drawn in grey on the cell.
Subclass of the NSActionCellMBS class.
Constant | Value | Description |
---|---|---|
NSTextFieldRoundedBezel | 1 |
One of the constants to specify the bezel style of the text field cell.
Corners are rounded. Available in Mac OS X v10.2 and later. |
NSTextFieldSquareBezel | 0 |
One of the constants to specify the bezel style of the text field cell.
Corners are square. Available in Mac OS X v10.2 and later. |
The items on this page are in the following plugins: MBS MacCocoa Plugin, MBS MacControls Plugin.
NSTextContainerMBS - NSTextFieldMBS