|
#region Assembly UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\UIAutomationTypes.dll
#endregion
namespace System.Windows.Automation
{
public class ControlType : AutomationIdentifier
{
public static readonly ControlType Button;
public static readonly ControlType Calendar;
public static readonly ControlType CheckBox;
public static readonly ControlType ComboBox;
public static readonly ControlType Custom;
public static readonly ControlType DataGrid;
public static readonly ControlType DataItem;
public static readonly ControlType Document;
public static readonly ControlType Edit;
public static readonly ControlType Group;
public static readonly ControlType Header;
public static readonly ControlType HeaderItem;
public static readonly ControlType Hyperlink;
public static readonly ControlType Image;
public static readonly ControlType List;
public static readonly ControlType ListItem;
public static readonly ControlType Menu;
public static readonly ControlType MenuBar;
public static readonly ControlType MenuItem;
public static readonly ControlType Pane;
public static readonly ControlType ProgressBar;
public static readonly ControlType RadioButton;
public static readonly ControlType ScrollBar;
public static readonly ControlType Separator;
public static readonly ControlType Slider;
public static readonly ControlType Spinner;
public static readonly ControlType SplitButton;
public static readonly ControlType StatusBar;
public static readonly ControlType Tab;
public static readonly ControlType TabItem;
public static readonly ControlType Table;
public static readonly ControlType Text;
public static readonly ControlType Thumb;
public static readonly ControlType TitleBar;
public static readonly ControlType ToolBar;
public static readonly ControlType ToolTip;
public static readonly ControlType Tree;
public static readonly ControlType TreeItem;
public static readonly ControlType Window;
public string LocalizedControlType { get; }
public static ControlType LookupById(int id);
public AutomationPattern[] GetNeverSupportedPatterns();
public AutomationPattern[][] GetRequiredPatternSets();
public AutomationProperty[] GetRequiredProperties();
}
} |