Forms.showMaxBtn | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows |
Usage |
mdm.Forms.formName.showMaxBtn:Boolean |
Parameters |
None |
Returns |
Nothing |
Description |
Sets whether or not the Form's maximize button is enabled. |
Notes |
If the minimize button is also disabled, this button will become invisible. Write-Only |
Example Code |
//AS2 example: mdm.Forms.MainForm.showMaxBtn = false; //AS3 example: mdm.Forms.getFormByName("MainForm").showMaxBtn = true; |
mdm.Forms Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |