Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSColorMBS class.

NSColorMBS.scrollBarColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for scroll "bars"—that is, for the groove in which a scroller's knob moves.
Example
Var c as NSColorMBS = NSColorMBS.scrollBarColor

window1.Title=c.description
window1.HasBackColor=true
window1.backcolor=c.colorValue

The system color used for scroll bars.

NSColorMBS.scrubberTexturedBackgroundColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The scrubber texture background color.

NSColorMBS.secondaryLabelColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Foreground color for secondary static text and related elements.

Requires MacOS 10.10 or newer.

NSColorMBS.secondarySelectedControlColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used in non-key views.
Example
Var c as NSColorMBS = NSColorMBS.secondarySelectedControlColor

window1.Title=c.description
window1.HasBackColor=true
window1.backcolor=c.colorValue

NSColorMBS.selectedContentBackgroundColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The background color of selected and emphasized (focused) content: table views rows, collection views, etc.

Alias for alternateSelectedControlColor
Requires MacOS 10.14 or newer.

NSColorMBS.selectedControlColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for the face of a selected control.
Example
Var c as NSColorMBS = NSColorMBS.selectedControlColor

window1.Title=c.description
window1.HasBackColor=true
window1.backcolor=c.colorValue

The system color used for the face of a selected control—a control being dragged or clicked.

NSColorMBS.selectedControlTextColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for text in a selected control—a control being clicked or dragged.
Example
Var c as NSColorMBS = NSColorMBS.selectedControlTextColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

NSColorMBS.selectedKnobColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for the slider knob when it is selected.
Example
Var c as NSColorMBS = NSColorMBS.selectedKnobColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

The system color used for a slider knob that is selected—that is, dragged.

NSColorMBS.selectedMenuItemColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for the face of selected menu items.
Example
Var c as NSColorMBS = NSColorMBS.selectedMenuItemColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

The system color used for selected menu items.

NSColorMBS.selectedMenuItemTextColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for the text in menu items.
Example
Var c as NSColorMBS = NSColorMBS.selectedMenuItemTextColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

The system color used for text in selected menu items.

NSColorMBS.selectedTextBackgroundColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for the background of selected text.
Example
Var c as NSColorMBS = NSColorMBS.selectedTextBackgroundColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

NSColorMBS.selectedTextColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color used for selected text.
Example
Var c as NSColorMBS = NSColorMBS.selectedTextColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

NSColorMBS.separatorColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Foreground used for separators between sections of content.

Not appropriate for use as split view or window chrome dividers.
Requires MacOS 10.14 or newer.

NSColorMBS.shadowColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the system color that represents the virtual shadows cast by raised objects on the screen.
Example
Var c as NSColorMBS = NSColorMBS.shadowColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue

NSColorMBS.systemBlueColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system blue color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemBrownColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The system brown color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemGrayColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system gray color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemGreenColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system green color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemIndigoColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 19.4 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The system indigo color.

Available in MacOS 10.15 or later.

NSColorMBS.systemOrangeColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system orange color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemPinkColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system pink color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemPurpleColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system purple color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemRedColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system red color.

Requires MacOS 10.10 or newer.

NSColorMBS.systemTealColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 19.4 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The system teal color.

Available in MacOS 10.12 or later.

NSColorMBS.systemYellowColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Drawing MBS MacBase Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The system yellow color.

Requires MacOS 10.10 or newer.

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...