PrintMgmtSetupUICtrlDocInstance.initDocInstance Method [AX 2012]

Initializes this controller with the components it controls.

public void initDocInstance(
    FormTabControl _tabCtl, 
    FormTabPageControl _pageCtl, 
    FormGroupControl _idGroupCtl, 
    FormStringControl _nameCtl, 
    FormComboBoxControl _typeCtl, 
    FormCheckBoxControl _suppressCtl, 
    PrintMgmtSetupUISettingsCtl _settingsCtl)

Run On

Called

Parameters

_tabCtl
Type: FormTabControl Class
The tab control that contains this page.
_pageCtl
Type: FormTabPageControl Class
The tab page that contains the component controls.
_idGroupCtl
Type: FormGroupControl Class
The instance identification group control.
_nameCtl
Type: FormStringControl Class
The instance name string control.
_typeCtl
Type: FormComboBoxControl Class
The document instance type.
_suppressCtl
Type: FormCheckBoxControl Class
The suppress check box control.
_settingsCtl
Type: PrintMgmtSetupUISettingsCtl Class
The default settings control.

Community Additions

ADD
Show: