comtypes icon indicating copy to clipboard operation
comtypes copied to clipboard

Should comtypes support default properties

Open cfarrow opened this issue 11 years ago • 2 comments

Default properties add syntactic sugar to interfaces, as described here. Item is usually a default property.

Comtypes always treats Item as a default property, as defined here, but perhaps should support default properties in a more general way.

cfarrow avatar Jun 10 '14 21:06 cfarrow