ControlType.Custom 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识一个控件,该控件不属于已定义的控件类型之一。
public: static initonly System::Windows::Automation::ControlType ^ Custom;
public static readonly System.Windows.Automation.ControlType Custom;
staticval mutable Custom : System.Windows.Automation.ControlType
Public Shared ReadOnly Custom As ControlType
字段值
注解
控件 Custom 类型指示未标识为预定义控件类型之一的控件, (如 Button 或 Calendar) 。
控件开发人员应在将控件指定为Custom控件类型之前检查其他控件类型,以确保其控件不提供与定义的控件类型之一相同的功能。
控件 Custom 类型需要额外的工作,提供程序才能实现 UI 自动化。 此外,UI 自动化客户端产品将无法根据控件的控件类型预测控件结构、键盘交互和可能的控件模式。