CXamineFilePrompt
Name
CXamineFilePrompt -- Prompt for a filename.
Synopsis
#include <XamineFilePrompt.h>
class CXamineFilePrompt : public CXamineButtonPrompt
{
public:
CXamineFilePrompt (const std::string& rPrompt);
CXamineFilePrompt(const char* pPrompt);
virtual void FormatPrompterBlock (ButtonDescription& rButton) const ;
};
DESCRIPTION
Xamine buttons that have this propmter, prompt
for a filename using a file prompter prior to
dispatching the button event messgae to the client.
Note that the name selected will be sent in the message.