guides:programming:programmers_reference_manual:designmode

DESIGNMODE Property

All Controls

A boolean property that, when set, implements the following behavior on a control:

The Control cannot receive keyboard focus.

The Control raises Click and DBLClick events.

The Control responds to ContextMenus.

bValue = Get_Property(objectname,"DESIGNMODE")

prevBValue = Set_Property(objectname,"DESIGNMODE", bValue)

Values passed in Set_Property():

ValueDescription
bValueBoolean true (1) or false (0)

Values returned by Get_Property and Set_Property

ValueFunctionDescription
bValueGet_PropertyThe Boolean status of the control’s DESIGNMODE.
prevBValueSet_PropertyThe previous Boolean status of the control’s DESIGNMODE.

The DESIGNMODE Property was introduced in OpenInsight 9.0.

  • guides/programming/programmers_reference_manual/designmode.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1