GetParentSkin gets the Parent Skin for a control

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

Syntax

C#
public static Skin GetParentSkin(
	PortalModuleBase module
)
Visual Basic
Public Shared Function GetParentSkin ( 
	module As PortalModuleBase
) As Skin

Parameters

module
Type: DotNetNuke.Entities.Modules..::..PortalModuleBase
The control whose Parent Skin is requested

Return Value

returnsM:DotNetNuke.UI.Skins.Skin.GetParentSkin(DotNetNuke.Entities.Modules.PortalModuleBase)

See Also