DLSecondDisplayManagerSetSecondDisplayEnabled Method |
Enables or disables the 2nd Display.
Namespace:
Com.Datalogic.Device.Display
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SetSecondDisplayEnabled(
bool enable
)
Public Function SetSecondDisplayEnabled (
enable As Boolean
) As Boolean
Parameters
- enable
- Type: SystemBoolean
- True to enable the 2nd Display, False to disable it.
Return Value
Type:
Booleanboolean
True if the operation complete successfully, False otherwise.
Exceptions Remarks Enables or disables the 2nd Display.
This method can be used to enable or disable the whole 2nd Display feature.
[Android Documentation]
See Also