Limitations
The dialog cannot be opened, if the document does not contain form fields, the Text
Opens a dialog box to create or edit a Conditional Instruction.
Introduced: X18.
public bool? ConditionalInstructionDialog();
Public Function ConditionalInstructionDialog() As Nullable(Of Boolean)
public bool? ConditionalInstructionDialog(string name);
Public Function ConditionalInstructionDialog(name As String) As Nullable(Of Boolean)
Parameter | Description |
---|---|
name | Specifies the name of the Conditional Instruction to edit or create. |
The return value can be one of the following values:
The dialog cannot be opened, if the document does not contain form fields, the Text