GetValueList Function (SwfPropertyGrid)

Class

SwfPropertyGrid.

Action

Returns a list of values for the specified property in a .NET property grid control.

Syntax

GetValue (sPropName)
Variable Description
sPropName The value of the property in the property grid. LIST OF STRING.

Example

Print(PropertyGrid.GetValueList(“Appearance.Cursor”))
The result is:
{AppStarting, Arrow,
Cross, Default, IBeam, No, SizeAll, SizeNESW, SizeNS, SizeNWSE,
SizeWE, UpArrow, WaitCursor, Help, HSplit, VSplit, NoMove2D,
NoMoveHoriz, NoMoveVert, PanEast, PanNE, PanNorth, PanNW, PanSE,
PanSouth, PanSW, PanWest, Hand}