DigitalWindowControl.CurrentMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.