Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::OnHideCommon Macro
C++
#define OnHideCommon(name) \
    __DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,HideCommon,WIDE("control"),name WIDE("/hide_control"),PASTE(name,WIDE("hide_control")),void,(PSI_CONTROL),__LINE__)

This event is called when a control is hidden. A control that is now hidden might do something like stop update timers, stop reading input information, or whatever else the control is doing that affects its display.

Registers under 

/psi/control/<name>/hide_common=(PSI_CONTROL)@void@_@hide_common

static void OnHideCommon(name)( PSI_CONTROL control )
{
   
}
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!