VirtualBox Main API
|
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. | |
![]() | |
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 |
void IStringFormValue::getString | ( | [retval] out wstring | text | ) |
void IStringFormValue::setString | ( | in wstring | text, |
[retval] out IProgress | progress | ||
) |
readonly attribute boolean IStringFormValue::multiline |
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.