|
super._pnlColorPushpin = new PnlDspRowComboColorPushpinDft(
alrParent,
strValueInitAnnotation);
super._pnlTooltip = new PnlDspRowChoiceBlnYesNo(
alrParent,
blnHasTootip,
"tooltip");
super._pnlVisibleLabel = new PnlDspRowChoiceBlnYesNo(
alrParent,
blnIsVisibleLabel,
"visible label");
}
|