#define OnPropertyEditDone( name ) \ DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,PropertyEditDoneControl,WIDE("control"),name WIDE("/rtti"),WIDE("done_property_page"),void,(PSI_CONTROL))
some controls may change their appearance and drawing characteristics based on having their properties edited. This is done after either read or abort is done, also after the container dialog is destroyed, thereby indicating that any reference to the frame you created is now gone, unless you did magic.
Registers under
/psi/control/<name>/rtti/done_property_page=(PSI_CONTROL)@void@_@done_property_page
static void OnPropertyEditDone(name)( PSI_CONTROL control ) { // do something when edit mode on the frame is being exited. }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|