MsgBoxStyle (Microsoft.VisualBasic.MsgBoxStyle)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: Microsoft.VisualBasic.dll

The MsgBoxStyle enumeration contains constants used to specify the behavior of a message box, along with symbols and buttons that appear on it, when displayed using the MsgBox function. These constants can be used anywhere in your code.

VB.NET C#

VB.NET

Public Enum Structure MsgBoxStyle
  Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum

Articles

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support