MonobjcMonobjc Documented Class Library
DefaultValueForKey Method (key)
NamespacesMonobjc.QuartzCoreCALayerDefaultValueForKey(NSString)

Specifies the default value of the property with the specified key.

Original signature is '+ (id)defaultValueForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id DefaultValueForKey(
	NSString key
)
Public Shared Function DefaultValueForKey ( _
	key As NSString _
) As Id
public:
static Id^ DefaultValueForKey(
	NSString^ key
)
Parameters
key (NSString)
The name of one of the receiver’s properties.
Return Value
The default value for the named property. Returns nil if no default value has been set.
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)