- virtual void Enable(int n, bool enable = TRUE);
- virtual void Show(int n, bool show = TRUE);
+ virtual bool Enable(int n, bool enable = true);
+ virtual bool Show(int n, bool show = true);
+
+ virtual bool IsItemEnabled(int n) const;
+ virtual bool IsItemShown(int n) const;