GetParentSkin gets the Parent Skin for a control

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

Syntax

C#
public static Skin GetParentSkin(
	Control control
)
Visual Basic
Public Shared Function GetParentSkin ( 
	control As Control
) As Skin

Parameters

control
Type: System.Web.UI..::..Control
The control whose Parent Skin is requested

Return Value

returnsM:DotNetNuke.UI.Skins.Skin.GetParentSkin(System.Web.UI.Control)

See Also