ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearColorProfileSettings Class : ImGearColorProfileSettings Constructor |
'Declaration Public Function New( _ ByVal pageView As ImGearPageView _ )
'Usage Dim pageView As ImGearPageView Dim instance As New ImGearColorProfileSettings(pageView)
public ImGearColorProfileSettings( ImGearPageView pageView )
public: ImGearColorProfileSettings( ImGearPageView* pageView )
public: ImGearColorProfileSettings( ImGearPageView^ pageView )
using (ImGearColorProfileSettings dlg = new ImGearColorProfileSettings(igPageView)) { dlg.ShowDialog(igPageView.Parent); }
Using dlg As New ImGearColorProfileSettings(igPageView) dlg.ShowDialog(igPageView.Parent) End Using