IPCBIWindowShowPackagePropertyDialog Method

Shows a dialog with properties/attributes from the given IPackageSpecificsD

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public void ShowPackagePropertyDialog(
	IWin32Window owner,
	IPackageSpecificsD pack,
	bool showAttribs,
	bool showProperties,
	bool canEdit,
	bool canAddNew
)

Parameters

owner  IWin32Window
pack  IPackageSpecificsD
showAttribs  Boolean
showProperties  Boolean
canEdit  Boolean
canAddNew  Boolean

See Also