Notifications
Clear all

[Closed] Control Visibility

How can I change the visibility of a parameter via the SDK?

In maxscript you do:


 aParam.visibile = false
 

I figured out how to enable/disable a parameter by doing:


 EnableWindow(GetDlgItem(hDlg, IDC_APARAM), FALSE);
 

Is there something similar to hide/show?

1 Reply