VitNX_MessageBoxIcon Enumeration

Fields
 
Name Value Description
Error 3
Help 6
Information 1
None 0
Question 4
Shield 5
Warning 2
public enum VitNX_MessageBoxIcon
 {
     None,
     Information,
     Warning,
     Error,
     Question,
     Shield,
     Help
 }
					
This language is not supported or no code example is available.

In this article

Definition