ID:163576
 
I wanted to post this here before I posted it in BYOND Features, I am unsure on it. Would it be possible to make a "Maximize" Button that works like the normal windows button with the Interface button controls?

I like to make my own Interface all around and get rid of the default windows bar, Thanks in Advance.
You can already do this, make a button that calls a verb that sets the window's is-maximized parameter to true.
In response to Nadrew (#1)
Thank you Nadrew, that is exactly what I wanted to know.