Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / IUiaEdit Interface
Properties Methods

In This Topic
    IUiaEdit Interface Members
    In This Topic

    The following tables list the members exposed by IUiaEdit.

    Public Properties
     NameDescription
     PropertyGets edit display rectangle.  
     PropertyA text range that encloses the main text of the document. Some auxillary text such as headers, footnotes, or annotations may not be included. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider)
     PropertyGets edit Font.  
     PropertyIndicates that the value can only be read, not modified. returns True if the control is read-only (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider)
     PropertyGets selection length.  
     PropertyGets selection start position.  
     PropertyTrue if the text container supports text selection. If the provider returns false then it should throw InvalidOperation exceptions for ITextProvider.GetSelection and ITextRangeProvider.Select. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider)
     PropertyGets edit text align.  
     PropertyValue of a value control, as a a string. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider)
    Top
    Public Methods
     NameDescription
     MethodCreates graphics.  
     MethodGets char index from position.  
     MethodGets position from char index.  
     MethodRetrieves the current selection. For providers that have the concept of text selection the provider should implement this method and also return true for the SupportsTextSelection property below. Otherwise this method should throw an InvalidOperation exception. For providers that support multiple disjoint selection, this should return an array of all the currently selected ranges. Providers that don't support multiple disjoint selection should just return an array containing a single range. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider)
     MethodRetrieves the visible ranges of text. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider)
     MethodRetrieves the range of a child object. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider)
     MethodFinds the degenerate range nearest to a screen coordinate. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider)
     MethodRequest to set the value that this UI element is representing (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider)
    Top
    See Also