Group: StrataFrame Users
Posts: 52,
Visits: 559
|
Edhy,
This property is in SF 1.7.7.1 version.
This was was not there in old version.
But since initObjectsToContainerNotForm=false
Kind regards...
From the SF source :
Private ReadOnly Property ParentTarget As IContainerControl Get If Me._initObjectsToContainerNotForm Then Return Me.ParentContainer Else Return TryCast(Me.ParentForm, IContainerControl) End If End Get End Property
|