IDANI_ (Constants)
Last changed: -94.229.131.27

.
Summary
TODO - a short description of this collection of constants

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.