Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- pageView
- Reference to the page view object.
Return Value
An instance of ImGearExtraChannelsSwitching class GUI dialog.| C# | Copy Code |
|---|---|
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView)) { dlg.ShowDialog(); } | |
| Visual Basic | Copy Code |
|---|---|
Using dlg As New ImGearExtraChannelsSwitching(igPageView) dlg.ShowDialog() End Using | |