[IronPython] cast to different interface

Christoph plogi at gmx.net
Fri Aug 4 12:07:03 CEST 2006


Hello,

i'm trying to use serveral interfaces of one object.

The solution mentioned here earlier don't work for porperties:

Problem:
dgv = System.Windows.Forms.DataGridView()
dgv.BeginInit()

Solution:
System.ComponentModel.ISupportInitialize.BeginInit(dgv)


How can i use this solution for properties?

Greetings
Christoph



More information about the Ironpython-users mailing list