Click or drag to resize
weroSoft AG, Software
SettingsManagerCheckCustomization Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Checks the customization is applied correct and fairly.

Namespace:  WeroSoft.Triton.Desktop.Configuration
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool? CheckCustomization(
	Guid id,
	WindowCustomization customization
)

Parameters

id
Type: SystemGuid
The identifier of the settings.
customization
Type: WeroSoft.Windows.ControlsWindowCustomization
The current customization.

Return Value

Type: NullableBoolean
True if customization is applied successfully; false if the customization was not successful and null if the application is not closed.
See Also