diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffcombobox.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffcombobox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffcombobox.h b/xfa/fxfa/cxfa_ffcombobox.h index 5daab781a6..66f92b2557 100644 --- a/xfa/fxfa/cxfa_ffcombobox.h +++ b/xfa/fxfa/cxfa_ffcombobox.h @@ -37,6 +37,7 @@ class CXFA_FFComboBox : public CXFA_FFDropDown { void SelectAll() override; void Delete() override; void DeSelect() override; + WideString GetText() override; FormFieldType GetFormFieldType() override; // IFWL_WidgetDelegate @@ -67,6 +68,8 @@ class CXFA_FFComboBox : public CXFA_FFDropDown { uint32_t GetAlignment(); void FWLEventSelChange(CXFA_EventParam* pParam); + WideString GetCurrentText() const; + WideString m_wsNewValue; IFWL_WidgetDelegate* m_pOldDelegate; }; |