IUserInputString interface (photoacquire.h)

The IUserInputString interface represents the object created when asking the user for a string—for example, when obtaining the name of a tag.

Inheritance

The IUserInputString interface inherits from the IUnknown interface. IUserInputString also has these types of members:

Methods

The IUserInputString interface has these methods.

 
IUserInputString::GetDefault

The GetDefault method retrieves the default string used to initialize an edit control (or equivalent).
IUserInputString::GetImage

The GetImage method retrieves the default image used to initialize an edit control.
IUserInputString::GetMaxLength

The GetMaxLength method retrieves the maximum string length the user interface (UI) should allow.
IUserInputString::GetMruCount

The GetMruCount method retrieves the number of items in the list of most recently used items.
IUserInputString::GetMruEntryAt

The GetMruEntryAt method retrieves the entry at the given index in the most recently used list.
IUserInputString::GetPrompt

The GetPrompt method retrieves the title of a prompt if the prompt is a modal dialog box.
IUserInputString::GetStringId

The GetStringId method retrieves the unlocalized canonical name for the requested string. For example, when requesting a tag name, the canonical name might be "TagName".
IUserInputString::GetStringType

The GetStringType method retrieves a value indicating the type of string to obtain from the user.
IUserInputString::GetSubmitButtonText

The GetSubmitButtonText method retrieves the text for the submit button.
IUserInputString::GetTooltipText

The GetTooltipText method retrieves the tooltip text displayed for a control.

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h

See also

Interfaces