Custom controls to emit compiler warning/error?

  • Thread starter Thread starter olduncleamos
  • Start date Start date
O

olduncleamos

Hi all,

Just wondering if it is possible for a custom control to emit compiler
warning or even error? It would be great to flag the user at compile
time if they made some inconsistent property settings.

Thanks in advance.
 
A well-written custom control should not allow inconsistent property settings
to be made.
Peter
 
Back
Top