ManagedSpy icon indicating copy to clipboard operation
ManagedSpy copied to clipboard

The Columns property of the datagridview can not be obtained by ManagedSpy?

Open lurenchou opened this issue 5 years ago • 2 comments

The Columns property of the datagridview can not be obtained by ManagedSpy? object is null.

The attribute of the object is that Collections is NULL。

lurenchou avatar Aug 05 '18 04:08 lurenchou

Could you please provide an MCVE?

ForNeVeR avatar Aug 05 '18 04:08 ForNeVeR

proxy = ControlProxy.FromHandle(handle); object ob = proxy.GetValue("Columns"); if (ob == null) MessageBox.Show("null");

Columns is the attribute of DataGridView; The attribute of the object is that Collections is NULL

The GetValue method does not get the attribute of the collection class?

lurenchou avatar Aug 05 '18 06:08 lurenchou