コード例 #1
0
 public void SetCursor(IntPtr cursor, CefCursorType type)
 {
     CursorChanged.SafeInvoke(this, new CursorChangedEventArgs(cursor, type));
 }