MonobjcMonobjc Documented Class Library
DefaultActionForKey Method (key)
NamespacesMonobjc.QuartzCoreCALayerDefaultActionForKey(NSString)

Returns an object that implements the default action for the specified identifier.

Original signature is '+ (id < CAAction >)defaultActionForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static ICAAction DefaultActionForKey(
	NSString key
)
Public Shared Function DefaultActionForKey ( _
	key As NSString _
) As ICAAction
public:
static ICAAction^ DefaultActionForKey(
	NSString^ key
)
Parameters
key (NSString)
The identifier of the action.
Return Value
Returns the object that provides the action for key.
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)