Forum Post: RE: System.Type question

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
T

tbergman

Guest
You need to cast it to the proper data type. That's what the as statement is doing. appUIElement = CAST(e:Element:GetAncestor(Progress.Util.TypeHelper:GetType("Infragistics.Win.UltraWinSchedule.DayView.AppointmentUIElement")),AppointmentUIElement).

Continue reading...
 
Status
Not open for further replies.
Back
Top