kOfxParamPropStringMode
— Used to indicate the type of a string parameter.
#include "/ofxParam.h" #define kOfxParamPropStringMode "OfxParamPropStringMode"
This is a property that belongs to the plugin string parameter descriptor (read/write) and instance (read only),.
This must be one of the following
kOfxParamStringIsSingleLine
kOfxParamStringIsMultiLine
kOfxParamStringIsFilePath
kOfxParamStringIsDirectoryPath
kOfxParamStringIsLabel
kOfxParamStringIsRichTextFormat