PoPrintCGMMonitor Constructor (Control, String, Boolean) |
Namespace: OIV.HardCopy.EditorsAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic PoPrintCGMMonitor(
Control Parent,
string name,
bool buildInsideParent
)
Public Sub New (
Parent As Control,
name As String,
buildInsideParent As Boolean
)
public:
PoPrintCGMMonitor(
Control^ Parent,
String^ name,
bool buildInsideParent
)
new :
Parent : Control *
name : string *
buildInsideParent : bool -> PoPrintCGMMonitor
Parameters
- Parent
- Type: System.Windows.FormsControl
- name
- Type: SystemString
- buildInsideParent
- Type: SystemBoolean
Remarks
See Also