MonobjcMonobjc Documented Class Library
INSAccessibility Interface
NamespacesMonobjc.AppKitINSAccessibility

[Missing <summary> documentation for "T:Monobjc.AppKit.INSAccessibility"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSAccessibility : IManagedWrapper
Public Interface INSAccessibility _
	Inherits IManagedWrapper
public interface class INSAccessibility : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
AccessibilityActionDescription(NSString)

Returns a localized description of the specified action.

Original signature is '- (NSString *)accessibilityActionDescription:(NSString *)action'

Available in Mac OS X v10.2 and later.


AccessibilityActionNames

Returns an array of action names supported by the receiver.

Original signature is '- (NSArray *)accessibilityActionNames'

Available in Mac OS X v10.2 and later.


AccessibilityArrayAttributeCount(NSString)

Returns the count of the specified accessibility array attribute.

Original signature is '- (NSUInteger)accessibilityArrayAttributeCount:(NSString *)attribute'

Available in Mac OS X v10.6 and later.


AccessibilityArrayAttributeValuesIndexMaxCount(NSString, NSUInteger, NSUInteger)

Returns a subarray of values of an accessibility array attribute.

Original signature is '- (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute index:(NSUInteger)index maxCount:(NSUInteger)maxCount'

Available in Mac OS X v10.6 and later.


AccessibilityAttributeNames

Returns an array of attribute names supported by the receiver.

Original signature is '- (NSArray *)accessibilityAttributeNames'

Available in Mac OS X v10.2 and later.


AccessibilityAttributeValue(NSString)

Returns the value of the specified attribute in the receiver.

Original signature is '- (id)accessibilityAttributeValue:(NSString *)attribute'

Available in Mac OS X v10.2 and later.


AccessibilityAttributeValueForParameter(NSString, Id)

Returns the value of the receiver’s parameterized attribute corresponding to the specified attribute name and parameter.

Original signature is '- (id)accessibilityAttributeValue:(NSString *)attribute forParameter:(id)parameter'

Available in Mac OS X v10.3 and later.


AccessibilityFocusedUIElement

Returns the deepest descendant of the accessibility hierarchy that has the focus.

Original signature is '- (id)accessibilityFocusedUIElement'

Available in Mac OS X v10.2 and later.


AccessibilityHitTest(NSPoint)

Returns the deepest descendant of the accessibility hierarchy that contains the specified point.

Original signature is '- (id)accessibilityHitTest:(NSPoint)point'

Available in Mac OS X v10.2 and later.


AccessibilityIndexOfChild(Id)

Returns the index of the specified accessibility child in the parent.

Original signature is '- (NSUInteger)accessibilityIndexOfChild:(id)child'

Available in Mac OS X v10.6 and later.


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


AccessibilityIsIgnored

Returns a Boolean value indicating whether the receiver should be ignored in the parent-child accessibility hierarchy.

Original signature is '- (BOOL)accessibilityIsIgnored'

Available in Mac OS X v10.2 and later.


AccessibilityParameterizedAttributeNames

Returns a list of parameterized attribute names supported by the receiver.

Original signature is '- (NSArray *)accessibilityParameterizedAttributeNames'

Available in Mac OS X v10.3 and later.


AccessibilityPerformAction(NSString)

Performs the action associated with the specified action.

Original signature is '- (void)accessibilityPerformAction:(NSString *)action'

Available in Mac OS X v10.2 and later.


AccessibilitySetOverrideValueForAttribute(Id, NSString)

Overrides the specified attribute in the receiver, or adds it if it does not exist, and sets its value to the specified value.

Original signature is '- (BOOL)accessibilitySetOverrideValue:(id)value forAttribute:(NSString *)attribute'

Available in Mac OS X v10.4 and later.


AccessibilitySetValueForAttribute(Id, NSString)

Sets the value of the specified attribute in the receiver to the specified value.

Original signature is '- (void)accessibilitySetValue:(id)value forAttribute:(NSString *)attribute'

Available in Mac OS X v10.2 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
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)