CommandConnectionOptions
- Updated2025-07-21
- 1 minute(s) read
CommandConnectionOptions
Use these constants with the CommandConnection.Options property.
- CommandConnection_EnableImage –(Value: 0x8) The connection sets the image on the connected control.
- CommandConnection_IgnoreCaption –(Value: 0x2) The connection does not set the caption on the connected control.
- CommandConnection_IgnoreEnable –(Value: 0x4) The connection does not enable or disable the connected control.
- CommandConnection_IgnoreVisible –(Value: 0x1) The connection does not change the visibility of the connected control.
- CommandConnection_NoOptions –(Value: 0x0) No options.