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