Skip to main content
A newer version of this page is available. .

SkinManager.RegisterSkin(SkinCreator) Method

Registers the specified skin for runtime use. This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void RegisterSkin(
    SkinCreator creator
)

Parameters

Name Type
creator DevExpress.Skins.SkinCreator

Remarks

For information on registering skins for runtime use, see How To: Localize Bar and Ribbon Skin Items.

See Also