|
super._pnlColorPushpin = new PnlDspRowComboColorPushpinDftObject(
alrParent,
strValueInitAnnotation);
super._pnlTooltip = new PnlDspRowChoiceBlnYesNoObject(
alrParent,
blnHasTootip,
"tooltip");
super._pnlVisibleLabel = new PnlDspRowChoiceBlnYesNoObject(
alrParent,
blnIsVisibleLabel,
"Visible label");
}
|