Click or drag to resize
GDWindowsCustomizeBrandColor Method
Configure the brand color of the BlackBerry Dynamics user interface.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void CustomizeBrandColor(
	Color color
)

Parameters

color
Type: Windows.UIColor
Brand color that will be used for the key line and interactive elements.
Remarks
Call this function to configure the color of key line and interactive elements used in the BlackBerry Dynamics user interface (SDK UI). This function can be called prior to authorize, in order to configure the SDK UI as displayed during authorization processing. Please, keep in mind that some of the system controls (for example Message Dialogs) are not affected by this and their appearance can be configured only by using application manifest file.
See Also