Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add fields to the dialog that is being built.
Syntax
protected DialogField addDialogField(IdentifierName _methodName, [Object _dataContract])
Run On
Called
Parameters
- _methodName
Type: IdentifierName Extended Data Type
- _dataContract
Type: Object Class
The object on which the property to be bound exists.
Return Value
Type: DialogField Class
If the property type is supported for the UI, the DialogField object that represents the UI control that was added; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Remarks
Derived classes should use this method to add fields to the dialog that is being built. The method automatically derives labels and control types from the data contract.