INSAccessibilityNavigableStaticText Interface

Definition

This interface represents the Objective-C protocol NSAccessibilityNavigableStaticText.

[Foundation.Protocol(Name="NSAccessibilityNavigableStaticText", WrapperType=typeof(AppKit.NSAccessibilityNavigableStaticTextWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityString", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSRange) }, ReturnType=typeof(System.String), Selector="accessibilityStringForRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityLine", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(System.IntPtr), Selector="accessibilityLineForIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityRangeForLine", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSRange), Selector="accessibilityRangeForLine:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityFrame", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSRange) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="accessibilityFrameForRange:")]
public interface INSAccessibilityNavigableStaticText : AppKit.INSAccessibilityStaticText, IDisposable
[<Foundation.Protocol(Name="NSAccessibilityNavigableStaticText", WrapperType=typeof(AppKit.NSAccessibilityNavigableStaticTextWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityString", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSRange) }, ReturnType=typeof(System.String), Selector="accessibilityStringForRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityLine", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(System.IntPtr), Selector="accessibilityLineForIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityRangeForLine", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSRange), Selector="accessibilityRangeForLine:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityFrame", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSRange) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="accessibilityFrameForRange:")>]
type INSAccessibilityNavigableStaticText = interface
    interface INativeObject
    interface IDisposable
    interface INSAccessibilityElementProtocol
    interface INSAccessibilityStaticText
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to