The SkinObject class defines a custom base class inherited by all skin and container objects within the Portal.

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class SkinObjectBase : UserControl, 
	ISkinControl
Visual Basic
Public Class SkinObjectBase
	Inherits UserControl
	Implements ISkinControl

Inheritance Hierarchy

See Also