System. Web. UI. control core method events and attributes

Source: Internet
Author: User
// Core methods, attributes, and events of system. Web. UI. Control //
/* ---------------------------------------------------------------------- */
Public   Class Control: icomponent, idisposable, iparseaccessor, idatabindingsaccessor
{
Protected   Virtual   Void Render (htmltextwriter );
Public Void Rendercontrol (htmltextwriter );
Protected   Virtual   Void Renderchildren (htmltextwriter );
Public Virtual   Bool Visible { Get ; Set ;}

// Child control management
Protected   Virtual   Void Createchildcontrols ();
Protected   Virtual   Void Ensurechildcontrols ();
Public Virtual Control findcontrol ( String );
Public Virtual   Bool Hascontrols ();
Public Virtual Controlcollection controls { Get ;}
Public Virtual Namingcontainer { Get ;}
Protected Bool Childcontrolscreated { Get ; Set ;}

// Identification
Public   Virtual   String Clientid { Get ;}
Public   Virtual   String Id { Get ; Set ;}
Public   Virtual   String Uniqueid { Get ;}


// Accessors
Public   Virtual Page { Get ; Set ;}
Public   Virtual Control parent { Get ;}
Protected   Virtual Httpcontext context { Get ;}


// State management
Public   Virtual   Bool Enableviewstate { Get ; Set ;}
Protected   Virtual Statebag viewstate { Get ;}
Protected Bool Haschildviewstate { Get ;}
Protected Bool Istrackingviewstate { Get ;}

// Events
Public   Event Eventhandler databinding;
Public   Event Eventhandler Init;
Public   Event Eventhandler load;
Public   Event Eventhandler prerender;
Public   Event Eventhandler unload;


// Misc
Public   Virtual   Void Databind ();
Public String Resolveurl ( String );

}
/*------------------------------------------------------------------------*/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.