
Visual Basic
C#
Managed Extensions for C++
C++/CLI
| C# | Copy Code |
|---|---|
if (curBook != null) { using (ImGearColorBookProperties dlg = new ImGearColorBookProperties(curBook)) { dlg.ShowDialog(igPageView.Parent); } } | |
| Visual Basic | Copy Code |
|---|---|
If curBook IsNot Nothing Then Using dlg As New ImGearColorBookProperties(curBook) dlg.ShowDialog(igPageView.Parent) End Using End If | |
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
ImageGear.Windows.Forms.ImGearColorBookProperties