MonobjcMonobjc Documented Class Library
AccessibilityIsAttributeSettable Method (attribute)
NamespacesMonobjc.AppKitINSAccessibilityAccessibilityIsAttributeSettable(NSString)

Returns a Boolean value that indicates whether the value for the specified attribute in the receiver can be set.

Original signature is '- (BOOL)accessibilityIsAttributeSettable:(NSString *)attribute'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool AccessibilityIsAttributeSettable(
	NSString attribute
)
Function AccessibilityIsAttributeSettable ( _
	attribute As NSString _
) As Boolean
bool AccessibilityIsAttributeSettable(
	NSString^ attribute
)
Parameters
attribute (NSString)
The name of the attribute. See “Constants” for lists of attribute names.
Return Value
YES if the specified attribute can be set; otherwise, NO.
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)