BoundPropertyEntry.ControlType 属性

定义

获取或设置在运行时绑定到的控件的类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property Type ^ ControlType { Type ^ get(); void set(Type ^ value); };
public Type ControlType { get; set; }
member this.ControlType : Type with get, set
Public Property ControlType As Type

属性值

由表达式绑定的控件的 Type

适用于