IWindowSizeEvent Class

class IWindowSizeEvent: public IWinEvent

Interface to mouse events. This interface derives from IWinEvent.

Defined in: WindowEvents.h

Class Members

virtual UINT GetFlag() const

Return the resizing flag.

virtual long GetWidth() const

Return the width specified by the size message.

virtual long GetHeight() const

Return the width specified by the size message.