Desktop Functions: Smart Device Functions:
|
Search Results for "DrawAnimatedRects" in [All]Constants1: IDANI_
user32
static extern bool DrawAnimatedRects(IntPtr hwnd, int idAni,
static extern bool DrawAnimatedRects(System.IntPtr hwnd, int idAni,
DrawAnimatedRects(form.Handle, IDANI_CAPTION, ref to, ref from);
DrawAnimatedRects(form.Handle, IDANI_CAPTION, ref from, ref to);
bool DrawAnimatedRects(int hwnd, int idAni, RECT^ lprcFrom, RECT^ lprcTo);
DrawAnimatedRects(this->Handle.ToInt32(), IDANI_CAPTION, to, from);
DrawAnimatedRects(this->Handle.ToInt32(), IDANI_CAPTION, from, to); |