Forms.hideCaption() | 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.hideCaption(flag:Boolean):Void |
Parameters |
flag:Boolean - Hide/Sshow the caption |
Returns |
Nothing |
Description |
Hides the caption on the specified Form. |
Notes |
None |
Example Code |
//AS2: mdm.Forms.MainForm.hideCaption(true); //AS3: mdm.Forms.getFormByName("MainForm").hideCaption(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 |