VirtualBox Main API
Public Member Functions | Public Attributes | List of all members
IStringFormValue Interface Reference
Inheritance diagram for IStringFormValue:
IFormValue

Public Member Functions

void getString ([retval] out wstring text)
 
void setString (in wstring text, [retval] out IProgress progress)
 

Public Attributes

readonly attribute boolean multiline
 
readonly attribute wstring clipboardString
 Intnded for cases when a read-only string value is used to display information and different string is to be used when copying to the clipboard.
 
- Public Attributes inherited from IFormValue
readonly attribute FormValueType type
 
readonly attribute long generation
 
readonly attribute boolean enabled
 
readonly attribute boolean visible
 
readonly attribute wstring label
 
readonly attribute wstring description
 
readonly attribute wstring help
 

Member Function Documentation

◆ getString()

void IStringFormValue::getString ( [retval] out wstring  text)

◆ setString()

void IStringFormValue::setString ( in wstring  text,
[retval] out IProgress  progress 
)

Member Data Documentation

◆ multiline

readonly attribute boolean IStringFormValue::multiline

◆ clipboardString

readonly attribute wstring IStringFormValue::clipboardString

Intnded for cases when a read-only string value is used to display information and different string is to be used when copying to the clipboard.