MonobjcMonobjc Documented Class Library
SendActionOn Method (mask)
NamespacesMonobjc.AppKitNSCellSendActionOn(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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger SendActionOn(
	NSInteger mask
)
Public Overridable Function SendActionOn ( _
	mask As NSInteger _
) As NSInteger
public:
virtual NSInteger SendActionOn(
	NSInteger mask
)
Parameters
mask (NSInteger)
A bit mask containing the conditions for sending the action. The only conditions that are actually checked are associated with the NSLeftMouseDownMask, NSLeftMouseUpMask, NSLeftMouseDraggedMask, and NSPeriodicMask bits.
Return Value
A bit mask containing the previous settings. This bit mask uses the same values as specified in the mask parameter.
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)