STATUSBARCONSTS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies status bar animation icon constants. Used with Animation(Int32, Object) calls
public enum class STATUSBARCONSTS
public enum class STATUSBARCONSTS
enum STATUSBARCONSTS
public enum STATUSBARCONSTS
type STATUSBARCONSTS =
Public Enum STATUSBARCONSTS
- Inheritance
-
STATUSBARCONSTS
Fields
SBAI_Bui | 5 | Animation when building the solution. |
SBAI_Dep | 3 | Animation when deploying the solution. |
SBAI_Fin | 6 | Animation when searching. |
SBAI_Gen | 0 | Standard animation icon. |
SBAI_MAX | 6 | The last animation icon index. |
SBAI_MIN | 0 | The first animation icon index. |
SBAI_Pri | 1 | Animation when printing. |
SBAI_Sav | 2 | Animation when saving files. |
SBAI_Syn | 4 | Animation when synchronizing files over the network. |
Remarks
COM Signature
From vsshell.idl:
typedef enum _STATUSBARCONSTS
{
SBAI_MIN = 0,
SBAI_Gen = 0,
SBAI_Pri = 1,
SBAI_Sav = 2,
SBAI_Dep = 3,
SBAI_Syn = 4,
SBAI_Bui = 5,
SBAI_Fin = 6,
SBAI_MAX = 6
} STATUSBARCONSTS;