GeekDork.WebSkeleton Reference

UserControl Class

The base user control from which all application user controls are derived in order to have access to the shared IUCProperties.

For a list of all members of this type, see UserControl Members.

System.Object
   Control
      TemplateControl
         UserControl
            UserControl

[Visual Basic]
Public Class UserControl
Inherits UserControl
[C#]
public class UserControl : UserControl

Remarks

All application user controls must derived from this class. The can derive from any number of intermediate classes if so desired. As long as the control's base class(es) are eventually derived from this class, common functionality of the WebSkeleton common properties will be available.

Requirements

Namespace: GeekDork.WebSkeleton

Assembly: GeekDork.WebSkeleton (in GeekDork.WebSkeleton.dll)

See Also

UserControl Members | GeekDork.WebSkeleton Namespace | IProperties | IUCProperties