'Declaration Public Overloads Function CreateTextField( _ ByVal fullName As String, _ ByVal widget As TextBoxWidgetAnnotation _ ) As TextField
'Usage Dim instance As Form Dim fullName As String Dim widget As TextBoxWidgetAnnotation Dim value As TextField value = instance.CreateTextField(fullName, widget)
public TextField CreateTextField( string fullName, TextBoxWidgetAnnotation widget )
public: TextField* CreateTextField( string* fullName, TextBoxWidgetAnnotation* widget )
public: TextField^ CreateTextField( String^ fullName, TextBoxWidgetAnnotation^ widget )
Parameters
- fullName
- The full name of the field.
- widget
- The text box annotation that is the visual representation of this text field.
Return Value
A TextField.