Class Hierarchy
IAcPiPropCommandButtons
C++
class IAcPiPropCommandButtons : public IUnknown;
File
acpi.h
Description
Objects implement this interface to expose command buttons on the Property Inspector control. Command buttons appear as one or more rows of push buttons on the Property Inspector between the property list and the status bar.
The Property Inspector queries an object for this interface when displaying its properties. If the object implements the interface, the Property Inspector calls the GetButtons() method to obtain references to IAcPiCommandButton interfaces.