13 HWND resizeableHandle;
27 IResizableComponent(HWND resizeableHandle, HWND parent,
bool autoResize =
false,
bool blockResize =
false);
32 virtual void resize(uint16_t width, uint16_t height);
34 virtual RECT calculateNewSizes(uint16_t width, uint16_t height)
final;
36 virtual void setBlockResize(
bool blockResize)
final;
38 virtual void setAutoResize(
bool autoResize)
final;
40 virtual bool getBlockResize() const final;
42 virtual
bool getAutoResize() const final;