ControlType.Image 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识一个图像控件。
public: static initonly System::Windows::Automation::ControlType ^ Image;
public static readonly System.Windows.Automation.ControlType Image;
staticval mutable Image : System.Windows.Automation.ControlType
Public Shared ReadOnly Image As ControlType
字段值
注解
控件 Image 类型可用作独立控件或另一控件类型中的子控件。 例如,按钮可以使用图像而不是文本来向用户指示其功能。
如果仅用于装饰目的,图像将显示在 UI 自动化树的控件视图中, (不在内容视图中) 。