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

Public Member Functions

void getSelectedIndex ([retval] out long index)
 
void setSelectedIndex (in long index, [retval] out IProgress progress)
 

Public Attributes

readonly attribute wstring[] values
 
- 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

◆ getSelectedIndex()

void IChoiceFormValue::getSelectedIndex ( [retval] out long  index)

◆ setSelectedIndex()

void IChoiceFormValue::setSelectedIndex ( in long  index,
[retval] out IProgress  progress 
)

Member Data Documentation

◆ values

readonly attribute wstring [] IChoiceFormValue::values