| SignDocFieldselectWidget Method |
Select a widget.
This function selects the widget to be used by getWidgetFlags(),
getPage(), getLeft(), getBottom(), getRight(), getTop(),
getButtonValue(), getJustification(), getRotation(),
getTextFieldAttributes(), getBackgroundColor(), getBorderColor(),
getBorderWidth(), getBorderStyle(), getButtonStyle(),
setWidgetFlags(), setPage(), setLeft(), setBottom(), setRight(),
setTop(), setButtonValue(), setJustification(), setRotation(),
setTextFieldAttributes(), setBackgroundColor(), setBorderColor(),
setBorderWidth(), setBorderStyle(), and setButtonStyle().
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool selectWidget(
int index
)
Public Function selectWidget (
index As Integer
) As Boolean
public:
bool selectWidget(
int index
)
member selectWidget :
index : int -> bool
Parameters
- index
- Type: SystemInt32
0-based index of the widget.
Return Value
Type:
Booleantrue if successful.
See Also