ControlType.Image 字段

定义

标识一个图像控件。

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 自动化树的控件视图中, (不在内容视图中) 。

适用于

另请参阅