Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ServiceDescription
CollapseAllCollapses all the groups and properties in the panel.
ExpandAllExpands all the groups and properties in the panel.
GetKeysGets a field-marked list of all the keys associated with the current panel.
GetValueGets a property value based on the provided key.
GroupExpandedUsed to programmatically control the expand / collapse display of a single group.
GroupFontSets the font for all the group headers.
GroupVisibleUsed to programmatically control the visibility of a group and all properties within the group.
InitThe means to initially configure and display the property panel.
PropertyEnabledUsed to set if the property can be edited (enabled) or protected (disabled).
PropertyFontSets the font for all the property keys.
PropertyVisibleUsed to programmatically control the visibility of a property.
SetValueSets a value into the property panel, based on the property key and value provided.
SetValuesSets a group of values into the property panel, based on the property keys and values provided in a list format.
ValueFontSets the font for all the property values.
VersionReturns the current version of the program.

...