SimpleProviderBase
Class
Provides a basic implementation of data driven provider.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public abstract class SimpleProviderBase : IRawElementProviderSimple
Inheritance: objectSimpleProviderBase
Derived Classes:
Implements:
Constructors
C#
protected SimpleProviderBase()
Properties
HostRawElementProvider
IRawElementProviderSimple
Tells UI Automation that this control is hosted in an HWND, which has its own provider.
C#
public virtual IRawElementProviderSimple HostRawElementProvider { get; }
ProviderOptions
ProviderOptions
Retrieves provider options.
C#
public ProviderOptions ProviderOptions { get; }
Methods
When overridden gets the display name of the associated item.