IPCBIWindowShowPackagePropertyDialog Method
Shows a dialog with properties/attributes from the given IPackageSpecificsD
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public void ShowPackagePropertyDialog(
IWin32Window owner,
IPackageSpecificsD pack,
bool showAttribs,
bool showProperties,
bool canEdit,
bool canAddNew
)
Public Sub ShowPackagePropertyDialog (
owner As IWin32Window,
pack As IPackageSpecificsD,
showAttribs As Boolean,
showProperties As Boolean,
canEdit As Boolean,
canAddNew As Boolean
)
public:
void ShowPackagePropertyDialog(
IWin32Window^ owner,
IPackageSpecificsD^ pack,
bool showAttribs,
bool showProperties,
bool canEdit,
bool canAddNew
)
member ShowPackagePropertyDialog :
owner : IWin32Window *
pack : IPackageSpecificsD *
showAttribs : bool *
showProperties : bool *
canEdit : bool *
canAddNew : bool -> unit
Parameters
- owner IWin32Window
- pack IPackageSpecificsD
- showAttribs Boolean
- showProperties Boolean
- canEdit Boolean
- canAddNew Boolean