Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSTableViewRowActionMBS class.

NSTableViewRowActionMBS.Constructor(Style as Integer, Title as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Creates and returns a new table view row action object.

style: The style characteristics to apply to the button. Use this value to apply default appearance characteristics to the button. These characteristics visually communicate, such as by color, information about what the button does. For example, specify a style of NSTableViewRowActionStyleDestructive to indicate an action is destructive to the underlying data. For a list of possible style values, see NSTableViewRowActionStyle.
title: The string to display in the button. Specify a string localized for the user’s current language.

Returns a new table row action object that you can return from your table view’s event.

The style you specify cannot be changed later. You can change the title of the action button. You can also configure other appearance-related properties of the button using the properties of this class.
You can assign the same row action object to multiple rows of your table.

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


The biggest plugin in space...