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

C# | Visual Basic | Visual C++ |
public interface INSAccessibility : IManagedWrapper
Public Interface INSAccessibility _ Inherits IManagedWrapper
public interface class INSAccessibility : IManagedWrapper

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | SendMessage(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |

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