struct Core::ViewClassProperty

#include <coreuiproperties.h>

struct ViewClassProperty: public Core::ViewNameProperty
{
};

Inherited Members

public:
    // fields

    PropertyType type;
    int size;
    static const int kMaxNameLength = 32;
    char name[kMaxNameLength];