コード例 #1
0
ファイル: WindowControl.cs プロジェクト: r12f/PSPlus
 public bool CreateSolidCaret(int nWidth, int nHeight)
 {
     return(User32APIs.CreateSolidCaret(Hwnd, nWidth, nHeight));
 }