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():
Value | Description |
---|---|
bValue | Boolean true (1) or false (0) |
Values returned by Get_Property and Set_Property
Value | Function | Description |
---|---|---|
bValue | Get_Property | The Boolean status of the control’s DESIGNMODE. |
prevBValue | Set_Property | The previous Boolean status of the control’s DESIGNMODE. |
The DESIGNMODE Property was introduced in OpenInsight 9.0.