Compartir a través de


STATUSBARCONSTS Enum

Definition

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

Name Value Description
SBAI_Gen 0

Standard animation icon.

SBAI_MIN 0

The first animation icon index.

SBAI_Pri 1

Animation when printing.

SBAI_Sav 2

Animation when saving files.

SBAI_Dep 3

Animation when deploying the solution.

SBAI_Syn 4

Animation when synchronizing files over the network.

SBAI_Bui 5

Animation when building the solution.

SBAI_Fin 6

Animation when searching.

SBAI_MAX 6

The last animation icon index.

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;  

Applies to