ComponentOne Input for WinForms
Customizing the C1DropDownControl
Input for WinForms Task-Based Help > Adding a Drop-Down Form > Customizing the C1DropDownControl

This topic shows how you can customize the C1Input.C1DropDownControl.

To make only the drop-down button visible:

  1. Expand the VisibleButtons property node.
  2. Set UpDown to False. Note that the DropDown default is set to True. The control should now look like the image below:

To make the width of the drop-down form equal to the width of the control:

  1. Select the drop-down form.
  2. Set Options.AutoResize to True.
See Also