DrawItem CEdit


CEdit::LineScroll
https://msdn.microsoft.com/ja-jp/library/a6yzcse2.aspx

複数行のエディット コントロールのテキストをスクロールする

CEdit::GetFirstVisibleLine
エディット コントロールの最上位の可視行を確認する

------------

CButton::DrawItem
オーナー描画ボタンの表示上の外観が変化すると、フレームワークが呼び出す

http://www.jade.dti.ne.jp/~arino/sample3.htm

https://stackoverflow.com/questions/24547426/how-do-i-override-drawitem-for-bs-splitbutton-buttons

https://www.codeguru.com/cpp/controls/buttonctrl/article.php/c5157/Owner-Draw-Button-StepbyStep.htm

cmf cbutton owner draw item

http://www.cplusplus.com/forum/windows/58181/

http://forums.codeguru.com/showthread.php?180986-Scrolling-a-multiline-Edit(box)-automatically-(Win32)

https://social.msdn.microsoft.com/Forums/en-US/e6be3cf5-4f4e-4355-b296-45d641e23b4a/cedit-multiline-scroll?forum=vcgeneral

http://forums.codeguru.com/showthread.php?405984-How-can-I-write-multi-line-text-in-edit-control

https://cboard.cprogramming.com/windows-programming/103136-multiline-edit-control-limit.html

https://www.experts-exchange.com/questions/21838000/How-to-Limit-no-of-characters-per-line-in-Multi-Line-Edit-box.html

https://docs.microsoft.com/en-us/windows/desktop/controls/edit-controls-text-operations

https://msdn.microsoft.com/ja-jp/library/f7yhsd2b.aspx

https://www.experts-exchange.com/questions/21838000/How-to-Limit-no-of-characters-per-line-in-Multi-Line-Edit-box.html

https://www.codeproject.com/Articles/831/Using-the-CEdit-control

MFC CEdit control multi line touch scroll