Gets if the associated runtime control has a valid ID property.
[Visual Basic] Public Function HasID() As Boolean [C#] public bool HasID(); [C++] public: bool HasID(); [JScript] public function HasID() : Boolean;
Returns true if the associated runtime control has a valid ID property, and false otherwise.
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace