G
Grigol Avetikov
Hi,
I'm trying to get Control object of Edit part of ComboBox.
WinSpy shows that edit window is a child of combo, but HasChildren property
of combo returns false and components collection is empty.
I also tried to get the Control object with FromHandle method(using window
handle got from Spy) but it returns null.
I found that Edit part of Combo is kind of "Edit" class and usual .NET edit
control is
kind of "WindowsForms10.EDIT.app8" class.
It means Combo uses native Win32 control for edit part.
The question is how to handle these native Win32 controls from C# ?
Thanks
Best Regards,
Grigol Avetikov.
I'm trying to get Control object of Edit part of ComboBox.
WinSpy shows that edit window is a child of combo, but HasChildren property
of combo returns false and components collection is empty.
I also tried to get the Control object with FromHandle method(using window
handle got from Spy) but it returns null.
I found that Edit part of Combo is kind of "Edit" class and usual .NET edit
control is
kind of "WindowsForms10.EDIT.app8" class.
It means Combo uses native Win32 control for edit part.
The question is how to handle these native Win32 controls from C# ?
Thanks
Best Regards,
Grigol Avetikov.