I have a collection of cotrols:
System::Windows::Forms::Control * tmpControl = ctrlCollection->get_Item(i);
I was wondering if its possible to access the tmpControl->FontHeight. I know that FontHeight is a protected property but I need a way to access the font height of this temporary control.
Thank you.
System::Windows::Forms::Control * tmpControl = ctrlCollection->get_Item(i);
I was wondering if its possible to access the tmpControl->FontHeight. I know that FontHeight is a protected property but I need a way to access the font height of this temporary control.
Thank you.