InterviewSettings ShowAllResourceButtons Property
HotDocs interviews display a resource button next to input fields for which the template author has provided additional resource information. This setting determines whether resource buttons will be visible simultaneously for all such input fields, or whether resource buttons should appear only for the current-focused input field. By default it honors the behavior configured on the server.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Tristate ShowAllResourceButtons { get; set; }

Property Value

Type: Tristate
Remarks

This property is equivalent to the "Show all resource butons" setting in the HotDocs Server management console and the ShowAllResourceButtons setting in Core Services. It also corrresponds to the HotDocs Options > Interviews and Dialogs > Show answer field resource button option in desktop HotDocs.
See Also