共用方式為


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

  • AppWinStyle Enumeration
    Indicates the window style to use for the invoked program when calling the Shell function.
  • CallType Enumeration
    Indicates the type of procedure being invoked when calling the CallByName function.
  • TriState Enumeration
    Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
  • UIOption Enumeration
    Specifies whether or not to show a progress dialog when copying, deleting, or moving files or directories.

Visual Basic Reference

Visual Basic

Constants in Visual Basic

Enumerations Overview