Name | Description | |
---|---|---|
![]() | DisplayRectangle | Gets edit display rectangle. |
![]() | DocumentRange | A 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) |
![]() | Font | Gets edit Font. |
![]() | IsReadOnly | Indicates 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) |
![]() | SelectionLength | Gets selection length. |
![]() | SelectionStart | Gets selection start position. |
![]() | SupportedTextSelection | True 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) |
![]() | TextAlign | Gets edit text align. |
![]() | Value | Value of a value control, as a a string. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaValueProvider) |