Forms.visible | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Forms.formName.visible:Boolean |
Parameters |
None |
Returns |
A Boolean |
Description |
Contains a boolean inidicating whether or not the Form is visible. |
Notes |
Read-Write |
Example Code |
// To Get the Visibility (AS2): var isMyFormVisible = mdm.Forms.MainForm.visible; //To Set the Visibility (AS3): mdm.Forms.getFormByName("MainForm").visible = 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 |