ReactOS
0.4.15-dev-5618-g8866b9d
|
import"nsiface.idl";
Public Member Functions | |
nsresult | GetDisabled (bool *aDisabled) |
nsresult | SetDisabled (bool aDisabled) |
nsresult | GetForm (nsIDOMHTMLFormElement **aForm) |
nsresult | GetLabel (nsAString *aLabel) |
nsresult | SetLabel (const nsAString *aLabel) |
nsresult | GetDefaultSelected (bool *aDefaultSelected) |
nsresult | SetDefaultSelected (bool aDefaultSelected) |
nsresult | GetSelected (bool *aSelected) |
nsresult | SetSelected (bool aSelected) |
nsresult | GetValue (nsAString *aValue) |
nsresult | SetValue (const nsAString *aValue) |
nsresult | GetText (nsAString *aText) |
nsresult | SetText (const nsAString *aText) |
nsresult | GetIndex (int32_t *aIndex) |
![]() | |
nsresult | QueryInterface (nsIIDRef riid, void **result) |
nsrefcnt | AddRef () |
nsrefcnt | Release () |
Definition at line 1667 of file nsiface.idl.
nsresult nsIDOMHTMLOptionElement::GetForm | ( | nsIDOMHTMLFormElement ** | aForm | ) |