OfficeIMO

API Reference

Class

AskField

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents the ASK field code.

Inheritance

Constructors

public AskField() #

Properties

public String Bookmark { get; set; } #

Bookmark to assign the value to.

public String Prompt { get; set; } #

Prompt displayed to the user.

public String DefaultResponse { get; set; } #

Default response for the prompt. Added using the \d switch.

public Boolean PromptOnce { get; set; } #

Indicates whether the prompt should appear only once. Added using the \o switch.