You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 64 Next »

Current RDK version is 1.4.0.

Properties

NameDescription
GetGroupFont
GetKeysGets a field-marked list of all the keys associated with the current panel.
GetPropertyFont
GetValueGets a property value based on the provided key.
GroupExpandedUsed to programmatically control the expand / collapse display of a single group.
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.
PropertyField
PropertyFields
PropertyProtectUsed to set if the property can be edited, selected, or protected.
PropertyVisibleUsed to programmatically control the visibility of a property.
RowHeightSets the height of all the rows in the panel.
SetFontsSets all the fonts for all sections.
SetGroupFontSets the font for all the group headers.
SetPropertyFontSets the font for all the property keys.
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.
SetValueFontSets the font for all the property values.
VersionReturns the current version of the program.

Methods

NameDescription
ClearPanel
CollapseAllCollapses all the groups and properties in the panel.
ExpandAllExpands all the groups and properties in the panel.
SetFocusPuts the focus on a specific property.

Internal Events

EventDescription
AfterUpdateUsed for converting the data entered in the cell (if applicable).
BeforeUpdateUsed to validate the data entered into the cell (if applicable).
OnDblClickUsed to control the expand / collapse feature of the panel via group header.
OnClickUsed to control the expand / collapse feature of the panel via arrow control.
OnOptionClickUser to capture the option button clicks.


  • No labels