LEraseAttachment is a PowerPlant class that is used for erasing the Frame of a Pane.
Methods :
The methods in this class are:
Data Members:
There are no data members for this class.
Operation:
This Attachment is designed to respond to the msg_DrawOrPrint message. When you create this Attachment, you specify whether
the host should also draw.
Source files:
Ancestors:
See Also:
Purpose:
The constructor creates the object.
Access:
Prototype:
LEraseAttachment( Boolean inExecuteHost );
LEraseAttachment( LStream *inStream );Parameters:
The parameters for these constructors are:
|
||
Purpose:
Erases the Frame of a Pane. This is an override of ExecuteSelf() in LAttachment.