Choice property

An index into the containing Poll's Choices array that indicates which option was chosen.

Syntax


C++

HRESULT get_Choice(LONG* pChoice)

HRESULT put_Choice(LONG myChoice)

Scripting languages

value = Object.Choice

Object.Choice =value

Remarks


The "get" accessor returns EROOM_E_INVALIDOPERATION if IsWriteIn is TRUE. The "put" accessor sets IsWriteIn to FALSE.

Home

Applies to

IERUVote