Treehopper C# API
AnimationInfo Struct Reference

Public Member Functions

 AnimationInfo (int iMinAnimate)
 Creates an AMINMATIONINFO structure. More...
 

Public Attributes

uint Size
 Always must be set to (System.UInt32)Marshal.SizeOf(typeof(ANIMATIONINFO)). More...
 
int MinAnimate
 If non-zero, minimize/restore animation is enabled, otherwise disabled. More...
 

Constructor & Destructor Documentation

◆ AnimationInfo()

AnimationInfo ( int  iMinAnimate)
inline

Creates an AMINMATIONINFO structure.

Parameters
iMinAnimateIf non-zero and SPI_SETANIMATION is specified, enables minimize/restore animation.

Member Data Documentation

◆ MinAnimate

int MinAnimate

If non-zero, minimize/restore animation is enabled, otherwise disabled.

◆ Size

uint Size

Always must be set to (System.UInt32)Marshal.SizeOf(typeof(ANIMATIONINFO)).


The documentation for this struct was generated from the following file: