MonobjcMonobjc Documented Class Library
SetSelectedAttributesIsMultiple Method (attributes, flag)
NamespacesMonobjc.AppKitNSFontManagerSetSelectedAttributesIsMultiple(NSDictionary, Boolean)

Informs the paragraph and character formatting panels when text in a selection has changed attributes.

Original signature is '- (void)setSelectedAttributes:(NSDictionary *)attributes isMultiple:(BOOL)flag'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetSelectedAttributesIsMultiple(
	NSDictionary attributes,
	bool flag
)
Public Overridable Sub SetSelectedAttributesIsMultiple ( _
	attributes As NSDictionary, _
	flag As Boolean _
)
public:
virtual void SetSelectedAttributesIsMultiple(
	NSDictionary^ attributes, 
	bool flag
)
Parameters
attributes (NSDictionary)
The new attributes.
flag (Boolean)
If YES, informs the panel that multiple fonts or attributes are enclosed within the selection.
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)