예제 #1
0
void UIIMEdit::DoInit()
{
	__super::DoInit();
	GetRichEditOle();
}
예제 #2
0
void UIIMEdit::DoInit()
{
	this->SetDropAcceptFile(true);
	__super::DoInit();
	GetRichEditOle();
}