ControlElement.Control 属性

定义

表示 Type 配置应用到的控件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

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

属性值

Type移动控件。

例外

valuenull

适用于

另请参阅