Web Form Control Properties
The following table describes the properties that are specific to Web form controls.
|
Property |
Description |
|---|---|
|
LabelHeight |
This property is not supported for Web form controls. |
|
LabelWidth |
This property is not supported for Web form controls. |
|
LookupMethod |
Specifies the behavior for a lookup button on the form. The default behavior is to display a pop-up window. |
|
LookupControl |
Creates a custom lookup with a relation between two table fields. Set the LookupControl property to the name of the relating field, and the LookupMethod property to Custom. For more information, see Creating lookup forms. |
|
MenuItemName |
This property is not supported in Microsoft Dynamics AX. |
|
MenuItemType |
This property is not supported in Microsoft Dynamics AX. |
|
ServerSideControl |
Specifies whether tab changes are handled on the server or the client. Set the property to Yes for the server. Set the property to No for the client. |
|
WebMenuItemName |
Specifies the name of the menu item. The menu items in the property list vary depending on the setting of the WebMenuItemType property. |
|
WebMenuItemType |
Specifies whether the menu item is a URL link to a Web part page or an action that references a class or job. |
For more information about additional properties, see Form Control Properties.