ComboboxFormFieldSignature constructor
init
Creates ComboboxFormFieldSignature with predefined name.
def __init__(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | Name of form field object. |
init {#str-System.Collections.Generic.List}
Constructs a new instance of ComboboxFormFieldSignature
def __init__(self, name, items):
...
Parameter | Type | Description |
---|---|---|
name | str | |
items | System.Collections.Generic.List |
init {#str-System.Collections.Generic.List-any}
Constructs a new instance of ComboboxFormFieldSignature
def __init__(self, name, items, selected):
...
Parameter | Type | Description |
---|---|---|
name | str | |
items | System.Collections.Generic.List |
|
selected | any |
See Also
- module
groupdocs.signature.domain
- class
ComboboxFormFieldSignature