Name

kOfxParamPropEnabled — Used to enable a parameter in the user interface.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropEnabled "OfxParamPropEnabled"

Type

kOfxParamPropEnabled is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read/write),.

Default

The default value is 1.

Valid Values

0 or 1

Description

Used to enable a parameter in the user interface.

When set to 0 a user should not be able to modify the value of the parameter. Note that the plug-in itself can still change the value of a disabled parameter.