Share via


SysTaskRecorderSetupFormRun.getParentTabPageControl Method [AX 2012]

For given control this method returns Tab Page control if it exists.

Syntax

public FormControl getParentTabPageControl(FormControl _control)

Run On

Client

Parameters

  • _control
    Type: FormControl Class
    The control that should be considered to find Tab Page control.

Return Value

Type: FormControl Class
The return Tab Page control if exists otherwise nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

SysTaskRecorderSetupFormRun Class