Creating a handle to a class' property
Posted
by shadeMe
on Stack Overflow
See other posts from Stack Overflow
or by shadeMe
Published on 2010-05-01T00:53:08Z
Indexed on
2010/05/01
0:57 UTC
Read the original article
Hit count: 283
Would it be possible to create a handle ( or a tracking handle ) to a class' property ? For instance,
System::Windows::Forms::CheckBox^ Box = gcnew System::Windows::Forms::CheckBox()
I'd like to create a handle to its Checked property and use it to access and modify the same.
© Stack Overflow or respective owner