MonobjcMonobjc Documented Class Library
SetConfigurationFromDictionary Method (configDict)
NamespacesMonobjc.AppKitNSToolbarSetConfigurationFromDictionary(NSDictionary)

Sets the receiver’s configuration using configDict.

Original signature is '- (void)setConfigurationFromDictionary:(NSDictionary *)configDict'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetConfigurationFromDictionary(
	NSDictionary configDict
)
Public Overridable Sub SetConfigurationFromDictionary ( _
	configDict As NSDictionary _
)
public:
virtual void SetConfigurationFromDictionary(
	NSDictionary^ configDict
)
Parameters
configDict (NSDictionary)
A dictionary with the toolbar's configuration information. If you want to provide a custom dictionary, you should first get the receiver's current configuration dictionary, then create a modified copy, rather than trying to construct one yourself.
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)