Aspose::Words::Fields::IFieldUserPromptRespondent interface

IFieldUserPromptRespondent interface

Represents the respondent to user prompts during field update.

class IFieldUserPromptRespondent : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual Respond(System::String, System::String)When implemented, returns a response from the user on prompting. Your implementation should return null to indicate that the user has not responded to the prompt (i.e. the user has pressed the Cancel button in the prompt window).
static Type()

See Also