Initializes a new instance of the
ImGearColorProfileSettings class.
Syntax
Parameters
- pageView
- Reference to pageview to refresh its content when the settings are applied.
Return Value
An instance of
ImGearColorProfileSettings class GUI dialog.
Example
using (ImGearColorProfileSettings dlg = new ImGearColorProfileSettings(igPageView))
{
dlg.ShowDialog(igPageView.Parent);
}
Using dlg As New ImGearColorProfileSettings(igPageView)
dlg.ShowDialog(igPageView.Parent)
End Using
See Also