IHostCommand.notifyResized

Tells the host that the plugin window HAS resized already, and the parent need to update. Only useful for FL Studio own plugin format right now. To be useful, the requestResize must return false for this format, so that manual resize is performed.

interface IHostCommand
nothrow @nogc
bool
notifyResized
()

Return Value

Type: bool

true is the host will act on it, false if not supported in this format.

Meta