oi10:presentation_server:enabled_property_gui

ENABLED property (GUI)

Enables or disables mouse and keyboard input to a control. When input is disabled, the window does not receive input such as mouse clicks or key presses.

The ENABLED property is an integer value that specifies if the control is enabled. For a standard control it can be one of the following values:

ValueDescription
0The control is disabled.
1The control is enabled.
DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Most controls treat this property as a Boolean value, but there are exceptions to this such as the EDITFIELD control. Any such exceptions are noted in the individual control descriptions.

 
$Insert Logical

   

   * // Example - Disabling a control

   Call Set_Property_Only( ctrlEntID, "ENABLED", FALSE$ )
 
 
 

N/A

  • oi10/presentation_server/enabled_property_gui.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1