Name | Description |
---|---|
GetGroupFont | Gets the font currently set for the groups. |
GetKeys | Gets a field-marked list of all the keys associated with the current panel. |
GetPropertyField | Gets the user defined data associated with a property key. |
GetPropertyFields | Gets all user defined value pairs associated to a property. |
GetPropertyFont | Gets the font currently set for the properties. |
GetPropertyRequired | Gets a property's requirement setting. |
GetPropertyVisible | Gets a property's visibility state. |
GetValue | Gets a property value based on the provided key. |
GetValueFont | Gets the font currently set for the property values. |
GroupExpanded | Used to programmatically control the expand / collapse display of a single group. |
GroupVisible | Used to programmatically control the visibility of a group and all properties within the group. |
Init | The means to initially configure and display the property panel. |
PropertyProtect | Used to set if the property can be edited, selected, or protected. |
RowHeight | Sets the height of all the rows in the panel. |
SetFonts | Sets all the fonts for all sections. |
SetGroupFont | Sets the font for all the group headers. |
SetPropertyField | Sets a specific user defined value associated to a property. |
SetPropertyFields | Sets a single or group of user defined value pairs associated to a property. |
SetPropertyFont | Sets the font for all the property keys. |
SetPropertyRequired | Sets the requirement setting for a specific property. |
SetPropertyVisible | Used to programmatically control the visibility of a property. |
SetValue | Sets a value into the property panel, based on the property key and value provided. |
SetValueFont | Sets the font for all the property values. |
SetValues | Sets a group of values into the property panel, based on the property keys and values provided in a list format. |
Version | Returns the current version of the program. |