Excalibur Software PropertyList 3.0
GetPredefinedStrings
Event GetPredefinedStrings(iProp As Property, sStrings() As String)
Description
Occurs when the dropdown color list is about to
display, to request custom strings for the system
color list.
Parameters:
- iProp - The Property object that is about to drop
down its color list.
- sStrings() - A String array with lower and upper
bounds of 0 and 27, respectively. Upon entry of the
event procedure, these strings contain the default
strings to use in the system color list. You should
modify this array if you wish to use different strings -
for instance, if you needed to list system colors
in a language other than English.
Remarks
This event fires after the PreDropWindow
event, and only if the system color list was actually specified
to be displayed in the dropdown window.