DeviceSpecific.Owner 属性

定义

获取指定 DeviceSpecific 对象的所有者,该所有者为控件或样式。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property System::Object ^ Owner { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object Owner { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Owner : obj
Public ReadOnly Property Owner As Object

属性值

指定的 DeviceSpecific 元素或包含的 Style 对象的包含控件。

属性

适用于

另请参阅