Constants and Enumerations (Visual Basic)

Visual Basic supplies a number of predefined constants and enumerations for developers. Constants store values that remain constant throughout the execution of an application. Enumerations provide a convenient way to work with sets of related constants, and to associate constant values with names.

In This Section

Visual Basic Reference

Visual Basic

Constants in Visual Basic

Enumerations Overview