Version

EmbeddableTextBoxWithUIPermissions.EmbeddableTextBoxUIAProviderStub Class Members

The following tables list the members exposed by EmbeddableTextBoxWithUIPermissions.EmbeddableTextBoxUIAProviderStub.

Public Constructors
Public Properties
 NameDescription
Public PropertyContextReturns the context of this stub - the object the stub represents. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public PropertyHelpTextGets or sets a help text string associated with the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public PropertyIsDelegatingProviderIndicates if the provider is a delegating provider and should not be shown in the provider hierarchy. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public PropertyLocalizedControlTypeReturns or set a text string describing the type of control that the automation element represents. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public PropertyNameReturns or sets a string for the text representation of the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public PropertyProviderReturns the UI automation provider object that represents the object. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public PropertyTextBoxReturns the EmbeddableTextBox which this UI Automation provider represents  
Public Methods
 NameDescription
Public MethodClearCachedAutomationIdClears the AutomationId cached for the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodElementProviderFromPointOverridden. Retrieves the element in this fragment that is at the specified point.  
Public MethodGetBoundingRectangleOverridden. Gets the bounding rectangle of this element.  
Public MethodGetControlTypeOverridden. Returns an enum that identifies the type of the automation element. ControlType defines characteristics of the UI elements by well known UI control primitives such as button or check box.  
Public MethodGetEmbeddedFragmentRootsRetrieves an array of fragment roots that are embedded in the UI Automation element tree rooted at the current element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetFirstChildRetrieves the first child UI Automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetFocusRetrieves the element in this fragment that has the input focus. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentRootUIAProviderStub)
Public MethodGetFragmentRootOverridden. Retrieves the root node of the fragment.  
Public MethodGetHostRawElementProviderGets a base provider for this element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetIsPasswordOverridden. Returns a Boolean value that indicates whether the automation element contains protected content or a password.  
Public MethodGetLastChildRetrieves the last child UI Automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetNextSiblingRetrieves the next sibling UI Automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetParentOverridden. Retrieves the parent UI Automation element.  
Public MethodGetPatternProviderRetrieves an object that provides support for a control pattern on a UI Automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetPreviousSiblingRetrieves the previous sibling UI Automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodGetPropertyValueRetrieves the value of a property supported by the UI Automation provider. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodNavigateRetrieves the UI Automation element in a specified direction within the tree. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodNavigateChildrenNavigates to the next or previous child UI Automation element (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodRaiseUIAutomationEventRaises a UIAutomation event notification. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodRaiseUIAutomationPropertyChangedEventRaises a UIAutomation event notification. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Public MethodSetFocusSets the focus to this element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected Methods
 NameDescription
Protected MethodCreateAutomationIdCreates the UI Automation identifer for the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodCreateProviderInstanceInvoked when the UI Automation object that represents the object is to be created. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentRootUIAProviderStub)
Protected MethodGetAcceleratorKeyReturns a string containing the accelerator key combinations for the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetAccessKeyReturns a string containing the access key character for the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetAutomationIdReturns a string containing the UI Automation identifier (ID) for the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetDefaultHelpTextReturns a help text string associated with the automation element. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetHasKeyboardFocusReturns a Boolean value that indicates whether the automation element has keyboard focus. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetIsContentElementOverridden. Returns a Boolean value that specifies whether the element appears in the content view of the automation element tree.  
Protected MethodGetIsControlElementOverridden. Returns a Boolean value that specifies whether the element appears in the control view of the automation element tree.  
Protected MethodGetIsEnabledOverridden. Returns a Boolean value that indicates whether the user interface (UI) item referenced by the automation element is enabled and can be interacted with.  
Protected MethodGetIsKeyboardFocusableOverridden. Returns a Boolean value that indicates whether the automation element can accept keyboard focus.  
Protected MethodGetIsOffscreenReturns a Boolean value that indicates whether the automation element is entirely scrolled out of view (for example, an item in a list box that is outside the viewport of the container object) or collapsed out of view (for example, an item in a tree view or menu, or in a minimized window). If the element has a clickable point that can cause it to receive the focus, the element is considered to be on-screen while a portion of the element is off screen. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetMarshallingControlOverridden. Returns the control used to synchronize UI Automation calls to the UI Thread.  
Protected MethodGetObjectIdentifierReturns a string used to represent the type of object. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetOrderedChildStubList (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
Protected MethodGetWindowHandleReturns the window handle for a provider that has it's own HWND. (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentRootUIAProviderStub)
Protected MethodRefreshCustomPropertiesRefreshes the values in the CustomProperties dictionary (Inherited from Infragistics.Win.UIAutomation.Stubs.FragmentUIAProviderStub)
See Also