Sample enum
:
enum class EnumCountType { Chairman, AuxiliaryCounsellor, Treasures, Presentations, Living, Conductor, Reader };
Class View:
All of these enums are created in the same way (at the top of the respective headers).
Yet, I see several types of icons in Class View:
- Tick
- Padlock
- Flag
Why is this? I never noticed it before.
Visual C++ MFC Dialog project in Visual Studio 2022.
I looked Class View and Object Browser icons but I can't see them there.