Sets the receiver’s configuration using configDict.
Original signature is '- (void)setConfigurationFromDictionary:(NSDictionary *)configDict'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void SetConfigurationFromDictionary( NSDictionary configDict )
Public Overridable Sub SetConfigurationFromDictionary ( _ configDict As NSDictionary _ )
public: virtual void SetConfigurationFromDictionary( NSDictionary^ configDict )

- 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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)