|
Select Case Assistant For Enum Expressions |
Top Previous Next |
|
The Select Case Assistant For Enum feature allows you to create quickly the block of Case statements for an enum expression. MZ-Tools offers the following ways to show the Select Case Assistant:
When you type a statement such as:
Select Case m_ctlListView.ColumnHeaders(1).Alignment and you invoke this feature the Select Case Assistant dialog appears:
With this window, you can choose the values of the enum expression which require a separate Case statement. If you leave enum values not selected, a Case Else statement is added. See Also: |