"headerHidden"
Sets whether the header is shown or not.
Synopsis
shape.headerHidden(bool check);
Parameter
Parameter | Description |
---|---|
shape | Name of the object. |
check | Declares if the header is shown. |
Description
If it's TRUE, the header is hidden.
EXAMPLE
main()
{
TREE1.headerHidden(true);
}
Assignment
Tree widget