Click or drag to resize
GDWindowsShowPreferenceUI Method
Open the BlackBerry Dynamics preferences user interface.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void ShowPreferenceUI()

Return Value

Type: 
true if the BlackBerry Dynamics preferences UI opened OK. false if the preferences UI was already open, or if authorization is delegated to another application.
Remarks

Call this function to show the BlackBerry Dynamics preferences user interface (UI). This is the UI in which the end user sets any options that are applied by the runtime directly, without reference to the application. This includes, for example, changing their security password.

This function enables the SDK preferences UI to be included in the applications own user interface.

See Also