2.3.1.53 GETN_MUTILINE_EDIT_ROLLUP_BUTTON


Name

GETN_MUTILINE_EDIT_ROLLUP_BUTTON

Declaration

#define GETN_MUTILINE_EDIT_ROLLUP_BUTTON	_tmpSubNode.SetAttribute(STR_MULTI_EDT_EXPSHR_ATTRIB, 1);

Remark

This macro is used to make changing the control window more convenient

Examples

EX1

#include <GetNbox.h>
void GETN_MUTILINE_EDIT_ROLLUP_BUTTON_ex1()
{
    GETN_BOX(trRoot)
    GETN_MULTILINE_TEXT(Constraints, "Constraints", "abcdefg\r\nhijklmnopq\r\nrstuvw\r\nxyzdddd\r\nddddddddd\r\ndddddddddddd\r\nddddd\r\nxxx\r\nyyyy\r\nover\r\nddddddddddddddddd")
    GETN_MUTILINE_EDIT_ROLLUP_BUTTON
    if ( GetNBox(trRoot) )
        out_tree(trRoot);
    return;
}

See Also

GETN_MULTILINE_TEXT

Header to Include

GetNBox.h

Reference