Name

kOfxParamPropStringMode — Used to indicate the type of a string parameter.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropStringMode "OfxParamPropStringMode"

Type

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

Property Set

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

Default

The default value is kOfxParamStringIsSingleLine.

Valid Values

This must be one of the following

  • kOfxParamStringIsSingleLine
  • kOfxParamStringIsMultiLine
  • kOfxParamStringIsFilePath
  • kOfxParamStringIsDirectoryPath
  • kOfxParamStringIsLabel

Description

Used to indicate the type of a string parameter.