ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearColorBookProperties Class : ImGearColorBookProperties Constructor |
'Declaration Public Function New( _ ByVal colorBook As ImGearColorBook _ )
'Usage Dim colorBook As ImGearColorBook Dim instance As New ImGearColorBookProperties(colorBook)
public ImGearColorBookProperties( ImGearColorBook colorBook )
public: ImGearColorBookProperties( ImGearColorBook* colorBook )
public: ImGearColorBookProperties( ImGearColorBook^ colorBook )
if (curBook != null) { using (ImGearColorBookProperties dlg = new ImGearColorBookProperties(curBook)) { dlg.ShowDialog(igPageView.Parent); } }
If curBook IsNot Nothing Then Using dlg As New ImGearColorBookProperties(curBook) dlg.ShowDialog(igPageView.Parent) End Using End If