FormFieldDataExitMacro Property |
Gets or sets the subroutine in a scripting language which should be executed when the value of the parent form field is exited.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic string ExitMacro { get; set; }
Public Property ExitMacro As String
Get
Set
Property Value
Type:
String
The subroutine in a scripting language which should be executed when the value of the parent form field is exited.
See Also