| SignDocFieldgetWidgetCount Method |
Get the number of widgets.
Signature fields always have exactly one widget. Radio button fields (radio button groups) usually have one widget per button (but can have more widgets than buttons by having multiple widgets for some or all buttons).
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic int getWidgetCount()
Public Function getWidgetCount As Integer
public:
int getWidgetCount()
member getWidgetCount : unit -> int
Return Value
Type:
Int32
The number of widgets for this field.
See Also