SECEditPaintMsg Class
class SECEditPaintMsg: public IUnkownImpl_T<Message>
This is an abstraction for sending command messages. Each command message contains an identifier which specifies the type of command being performed.Defined in: SECEditCommand.h
Class Members
inline SECEditPaintMsg(int nStartLine, int nEndLine)
Constructor.
inline virtual unsigned int GetTypeID() const
Returns the id of the message.
inline virtual void Sprint(CString& strCmd)
Prints a description of the message for logging purposes.
int m_nStartLine
Starting line to draw
int m_nEndLine
Ending line to draw