Name
kOfxPluginPropParamPageOrder
— Sets the parameter pages and order of pages.
Synopsis
#include "/ofxParam.h"
#define kOfxPluginPropParamPageOrder "OfxPluginPropParamPageOrder"
Type
kOfxPluginPropParamPageOrder
is of type
C string
, and is of variable dimension.
Property Set
This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read only).
Default
The default value is "".
Valid Values
the names of any page param in the plugin
Description
Sets the parameter pages and order of pages.
This property sets the preferred order of parameter pages on a host. If this is never set, the preferred order is the order the parameters were declared in.