EyeonTips:Script/Reference/Applications/Fuse/Classes/Input/MultiButtonControl
From VFXPedia
If you set the MBTNCD_ButtonWidth = 0, you effectively hide a button.
- If you set MBTNCD_ButtonWidth > 1, Fusion will not be pleased.
MBTNC_ShowBasicButton = false will hide the button, but leave a clickable label.
- It doesn't "hide" the button. It just stops the button from drawing its button imagery. It will still fill its bounds, draw its label and any icon (if it has one). It will behave just like a button too (you can click on it, etc) --Stuart 20:14, 22 November 2011 (EST)
MBTNC_ShowBasicButton = false won't be very useful with the Fusion 6.1 skin. The Normal/Selected/Pushed colors are the same. Switching to an older skin or overriding the Button colors in a custom skin would fix this. --Chad 14:30, 23 October 2012 (EDT)
- It's not really useful in general, and it's not expected that anyone would be using MBTNC_ShowBasicButton anyway. Stuart 15:38, 23 October 2012 (EDT)
