Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSColorMBS class.

Previous items Next items

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
Function: Returns the system color used for scroll "bars"—that is, for the groove in which a scroller's knob moves.
Example:
dim c as NSColorMBS = NSColorMBS.scrollBarColor

window1.Title=c.description
window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: 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
Function: 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
Function: Foreground color for secondary static text and related elements.
Notes: 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
Function: Returns the system color used in non-key views.
Example:
dim 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
Function: The background color of selected and emphasized (focused) content: table views rows, collection views, etc.
Notes:
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
Function: Returns the system color used for the face of a selected control.
Example:
dim c as NSColorMBS = NSColorMBS.selectedControlColor

window1.Title=c.description
window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: 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
Function: Returns the system color used for text in a selected control—a control being clicked or dragged.
Example:
dim 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
Function: Returns the system color used for the slider knob when it is selected.
Example:
dim c as NSColorMBS = NSColorMBS.selectedKnobColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: 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
Function: Returns the system color used for the face of selected menu items.
Example:
dim c as NSColorMBS = NSColorMBS.selectedMenuItemColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: 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
Function: Returns the system color used for the text in menu items.
Example:
dim c as NSColorMBS = NSColorMBS.selectedMenuItemTextColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: 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
Function: Returns the system color used for the background of selected text.
Example:
dim 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
Function: Returns the system color used for selected text.
Example:
dim 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
Function: Foreground used for separators between sections of content.
Notes:
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
Function: Returns the system color that represents the virtual shadows cast by raised objects on the screen.
Example:
dim 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
Function: The system blue color.
Notes: 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
Function: The system brown color.
Notes: 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
Function: The system gray color.
Notes: 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
Function: The system green color.
Notes: 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
Function: The system indigo color.
Notes: 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
Function: The system orange color.
Notes: 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
Function: The system pink color.
Notes: 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
Function: The system purple color.
Notes: 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
Function: The system red color.
Notes: 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
Function: The system teal color.
Notes: 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
Function: The system yellow color.
Notes: Requires MacOS 10.10 or newer.
NSColorMBS.tertiaryLabelColor 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
Function: Foreground color for disabled static text and related elements.
Notes: Requires MacOS 10.10 or newer.
NSColorMBS.textBackgroundColor 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
Function: Returns the system color used for the text background.
Example:
dim c as NSColorMBS = NSColorMBS.textBackgroundColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: The system color used for the background of text. When text is selected, its background color changes to the return value of selectedTextBackgroundColor.

Some examples using this method:

NSColorMBS.textColor 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
Function: Returns the system color used for text.
Example:
dim c as NSColorMBS = NSColorMBS.textColor

Title=c.description

window1.HasBackColor=true
window1.backcolor=c.colorValue
Notes: The system color used for text. When text is selected, its color changes to the return value of selectedTextColor.
NSColorMBS.underPageBackgroundColor 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
Function: Background areas revealed behind documents. This should not be used for drawing, and NSVisualEffectMaterialUnderPageBackground should be used instead.
Notes: Requires MacOS 10.8 or newer.
NSColorMBS.unemphasizedSelectedContentBackgroundColor 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
Function: The background color of selected and unemphasized content: table views rows, collection views, etc.
Notes:
Requires MacOS 10.14 or newer.
Alias for secondarySelectedControlColor

Previous items Next items

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


💬 Ask a question or report a problem
The biggest plugin in space...


Start Chat