ApproverGroup property

Returns or sets the name of the Windows domain group that the person who is the Approver for the object, belongs to. Read/write.* String.
The Approver can accept or reject changes that are proposed at runtime via the Signature Button control.
Syntax
object
.
ApproverGroup
[ =
string
]
where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.
string
– is the name of the Windows domain group that the Approver belongs to.
Remarks
  • This property can be blank, which indicates that the user does not have to be a member of any group.
  • *When the electronic signature window is open at runtime, in other words when a signature authentication operation is taking place, this property is read-only.
    At runtime, when the electronic signature window is not open (no signature authentication is taking place) the property is read/write.
    This means that you can use VBA code to make changes to the signature button properties at runtime, as long as the electronic signature window is not open.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal