See Also

BaseChildControl Class  | BaseChildControl Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

ID Property

Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : ID Property (BaseChildControl)

Gets or sets the programmatic identifier assigned to the server control.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> <DesignerSerializationVisibilityAttribute()> Overrides Public Property ID As String
[C#]
[NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute()] public override string ID {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute()] public: __property string* get_ID()override ; public: __property void set_ID(    string* value )override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute()] public: property String^ ID override {    String^ get();    void set (String^ value); }

Return Type

The programmatic identifier assigned to the control.

Remarks

PowerWEB will automatically assign values to this property on initialization. Do not modify the value of this property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.