Form.addControl(FormControlType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Dynamics::AX::Application::FormBuildControl ^ addControl(Dynamics::AX::Application::FormControlType _controlType, System::String ^ _controlName);
public virtual Dynamics.AX.Application.FormBuildControl addControl (Dynamics.AX.Application.FormControlType _controlType, string _controlName);
abstract member addControl : Dynamics.AX.Application.FormControlType * string -> Dynamics.AX.Application.FormBuildControl
override this.addControl : Dynamics.AX.Application.FormControlType * string -> Dynamics.AX.Application.FormBuildControl
Public Overridable Function addControl (_controlType As FormControlType, _controlName As String) As FormBuildControl
Parameters
- _controlType
- FormControlType
- _controlName
- String