Name

kOfxPropLabel — User visible name of an object.

Synopsis

#include "/ofxCore.h"
#define kOfxPropLabel "OfxPropLabel"

Type

kOfxPropLabel is of type UTF8 C string, and has only a single dimension.

Property Set

This is a property that belongs to the on many objects (descriptors and instances), see PropertiesByObject. Typically readable and writable in most cases..

Default

The default value is the kOfxPropName the object was created with..

Description

User visible name of an object.

The label is what a user sees on any interface in place of the object's name.

Note that resetting this will also reset kOfxPropShortLabel and kOfxPropLongLabel.