MonobjcMonobjc Documented Class Library
NSAccessibilityRoleDescriptionForUIElement Method (element)
NamespacesMonobjc.AppKitAppKitFrameworkNSAccessibilityRoleDescriptionForUIElement(Id)

Returns a standard role description for a user interface element.

Original signature is 'NSString * NSAccessibilityRoleDescriptionForUIElement ( id element );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString NSAccessibilityRoleDescriptionForUIElement(
	Id element
)
Public Shared Function NSAccessibilityRoleDescriptionForUIElement ( _
	element As Id _
) As NSString
public:
static NSString^ NSAccessibilityRoleDescriptionForUIElement(
	Id^ element
)
Parameters
element (Id)
MISSING
Return Value
YES if the NSApplication object was successfully initialized and can now be used from your Carbon application or NO if there was an error during initialization.
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)