Device.ShowConfig

The Device.ShowConfig command .

This command will cause the device's user interface configuration menu to display.

Group:Device Extensions


Syntax: Device.ShowConfig ( )

* There are no parameters for this command.

Example:

Private Sub Button1_Click()

On Error Resume Next

Device.ShowConfig

End Sub

Version Supported:       RFgen 5.2.4.8 and newer.

Notes: In prior versions of RFgen, if a user on a client wanted to view their device configuration, the device configuration menu was accessed via an system icon which would bring up the Configuration menu. In RFgen 5.2.4.8 and higher, this command can be triggered via a click event or you can use this command for the F1 key.