- void Enable(int item, bool enable);
- void Show(int item, bool show) ;
- virtual bool Show(bool show = true) ;
+ virtual bool Enable(int item, bool enable = true);
+ virtual bool Show(int item, bool show = true);
+ virtual bool Show(bool show = true);