2#include "GUIPropertyItemBase.h"
8 class FL_EXPORT CGUIPropertyItemIPAddress :
public CGUIPropertyItemBase
11 CGUIPropertyItemIPAddress();
12 virtual ~CGUIPropertyItemIPAddress();
14 virtual CMFCPropertyGridProperty* CreateGridProperty()
override;
16 virtual bool SetValue(Base::CFLString<wchar_t> strValue,
bool bInvokeCallback =
true)
override;
17 virtual Base::CFLString<wchar_t> GetValue()
const override;
19 virtual void Enable(
bool bEnable)
override;