"navigationBarVisible"

This attribute allows to define if the navigation bar for selecting month and year is displayed.

Synopsis

shape.navigationBarVisible(bool visible);

Parameter

Parameter Description
shape Name of the object
visible
  • TRUE:Navigation bar is displayed

  • FALSE: Navigation bar is disabled

Description

This attribute allows to define if the navigation bar for selecting month and year is displayed.

Example

main()
{
  Calendar.navigationBarVisible(TRUE);
}

Assignment

Calender