Share via


DigitalWindowControl.CurrentMode Property

Definition

Gets a value from the DigitalWindowMode enumeration specifying the current mode of the DigitalWindowControl.

public:
 property DigitalWindowMode CurrentMode { DigitalWindowMode get(); };
DigitalWindowMode CurrentMode();
public DigitalWindowMode CurrentMode { get; }
var digitalWindowMode = digitalWindowControl.currentMode;
Public ReadOnly Property CurrentMode As DigitalWindowMode

Property Value

The current mode of the DigitalWindowControl.

Remarks

Set the mode of the DigitalWindowControl by calling DigitalWindowControl.Configure.

Applies to