2#include "GUIPropertyItemBase.h"
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;
프로퍼티 아이템 베이스 클래스
Definition GUIPropertyItemBase.h:37
Definition D2DObject.h:12