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