Share via


FormListBoxControl.configurationKeyEx Method

Definition

Retrieves a list that contains the names of configuration keys that are checked for the control.

public:
 override Microsoft::Dynamics::Ax::Xpp::List ^ configurationKeyEx();
public override Microsoft.Dynamics.Ax.Xpp.List configurationKeyEx ();
override this.configurationKeyEx : unit -> Microsoft.Dynamics.Ax.Xpp.List
Public Overrides Function configurationKeyEx () As List

Returns

A list of strings that contain the configuration key names.

Remarks

The list that is retrieved does not contain duplicates. It applies to all form controls. If the control is data-bound, the list also contains the configuration key of the table and field. The configuration keys on these elements are also added to the list if the control has non-empty values in the properties, extended data type, or Enumtype methods. Because of implementation details for the FormBuildMenuButtonControl class, the list does not contain the configuration keys that found on the specified menu item. However, the list does include these if the method is invoked on the FormMenuButtonControl class.

Applies to