Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- pageView
- Reference to pageview to refresh its content when the settings are applied.
Return Value
An instance of ImGearColorProfileSettings class GUI dialog.This constructor creates an instance of ImGearColorProfileSettings class GUI dialog. .
C# | ![]() |
---|---|
using (ImGearColorProfileSettings dlg = new ImGearColorProfileSettings(igPageView)) { dlg.ShowDialog(igPageView.Parent); } |
Visual Basic | ![]() |
---|---|
Using dlg As New ImGearColorProfileSettings(igPageView) dlg.ShowDialog(igPageView.Parent) End Using |