Creating a handle to a class' property
- by shadeMe
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.