.
C# Constants:
/// <summary>
/// The window caption will animate from lprcTo to lprcFrom.
/// </summary>
public const Int32 IDANI_OPEN = 1;
/// <summary>
/// The window caption will animate from lprcFrom to lprcTo.
/// </summary>
public const Int32 IDANI_CAPTION = 3;
VB Constants:
TODO
Notes:
None.
