BMXNET 4.0 Developer API

If set to True, the Connection combo box on the Login screen with be dropped down when the dialog is displayed. This is useful for applications that have an option to change Connections. The default is False.

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsSwitchServerModeEnabled { get; set; }
Public Property IsSwitchServerModeEnabled As Boolean
public:
property bool IsSwitchServerModeEnabled {
	bool get ();
	void set (bool value);
}

See Also