struct Core::ViewNameProperty
#include <coreuiproperties.h> struct ViewNameProperty: public Core::Property { // fields static const int kMaxNameLength = 32; char name[kMaxNameLength]; }; // direct descendants struct ViewClassProperty;
Inherited Members
public: // fields PropertyType type; int size;