EnclosureLocation.InDock 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.
Indicates whether the device is physically located in the docking station of the portable computer.
public:
property bool InDock { bool get(); };
bool InDock();
public bool InDock { get; }
var boolean = enclosureLocation.inDock;
Public ReadOnly Property InDock As Boolean
Property Value
Boolean
bool
A value that is True if the device is physically located in the docking station, and False if it is not.