Skip to content

ApplyOptions Property

Description

Get/set which parts of the application the skin will be applied.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ApplyOptions() As [SkinFrameworkApplyOptions](XtremeSkinFramework~Enumerations~SkinFrameworkApplyOptions_EN.md)

Remarks

The ApplyOptions property allows you to choose which parts of the application the skin will be applied to. ApplyOptions takes one or more SkinFrameworkApplyOptions values to determine which parts of the application to skin.

By default, ApplyOptions is set to the xtpSkinApplyColors and xtpSkinApplyFrame flags. The xtpSkinApplyMetrics flag is not applied.

Example

[ApplyOptions Sample (Visual Basic)] This sample illustrates how to choose which parts of the application will be skinned.

'Skin the entire application  
SkinFramework.ApplyOptions = xtpSkinApplyColors Or xtpSkinApplyFrame Or xtpSkinApplyMetrics

See Also


See Also

Skin Framework ActiveX Control v24.0


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.