Description

Creates an option button for the control.  This service relies on @Window.

Syntax

rv = Form_Services("SetOptionButton", CtrlEntId, Image, Enabled)

Parameters

ParameterDescription
CtrlEntId

The fully qualified name of the control getting the drop down.

ImagePath to an image. You can omit the path to assume "BMPS\FrameWorks\DropDown". Omitting extension will assume ".png"
Enabled

Default enabled state. If omitted, Yes$ is the default.

Version

16.0.18

  • No labels