Bkgd RGB, Txt RGB - Set the background and text colors of the
text display rectangle that is visible when the popup list box is not
displayed.
Notes:
-
These are integer COLORREF RGB values, as used by Windows,
and can be obtained most easily using the
DH_HexRGBtoRGB or DH_HSLtoRGB modules in this package, or the
DH_TextToRGB or DH_ColorPicker modules from
DH_Sub-ControlPak.
-
Use a value of -1 for Bkgd RGB for a transparent background.
Font, Font Size - Set the font used in the text display
rectangle. Fonts include the core Windows fonts, plus a few others that are
widely distributed.
Popup Bkgd RGB, Popup Txt RGB - Set the background and text
colors of the list box. Note: The list box cannot have a transparent
background.
Popup Font, Popup Font Size - Set the font used in the list
box
Initial Height, Initial Width - Dimensions of the list box
when it first opens, in pixels.
Initial X Offset, Initial Y Offset - Position where the popup
list box will first appear, relative to the upper-left corner of the text
display rectangle, measured in pixels. Positive X and Y move the popup to
the right and down, negative X and Y move it to the left and up.
Show List - Provides an alternative way to trigger the popup
display.
Selection - Text of the selected list item.
List - Connects to any sub-control left-hand-side list pin.
Index - Index of the currently selected list item.
Selection - Text of the selected list item.