DeviceElement.Controls Eigenschap

Definitie

Hiermee haalt u de verzameling besturingselementen voor dit apparaatelement op. Deze API is verouderd. Zie Mobile Apps & voor meer informatie over het ontwikkelen van ASP.NET mobiele toepassingen Sites met ASP.NET.

public:
 property System::Web::UI::MobileControls::ControlElementCollection ^ Controls { System::Web::UI::MobileControls::ControlElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.UI.MobileControls.ControlElementCollection Controls { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Controls : System.Web.UI.MobileControls.ControlElementCollection
Public ReadOnly Property Controls As ControlElementCollection

Waarde van eigenschap

De verzameling besturingselementen voor dit apparaatelement.

Kenmerken

Van toepassing op

Zie ook