ComboboxFormFieldSignature constructor
Leave feedback
On this page
Creates ComboboxFormFieldSignature with predefined name.
def __init__(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | Name of form field object. |
Constructs a new instance of ComboboxFormFieldSignature
def __init__(self, name, items):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | |
| items | System.Collections.Generic.List`1[[System.String]] |
Constructs a new instance of ComboboxFormFieldSignature
def __init__(self, name, items, selected):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | |
| items | System.Collections.Generic.List`1[[System.String]] | |
| selected | System.Object |
- module
groupdocs.signature.domain - class
ComboboxFormFieldSignature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.