Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::OnEditFrame Macro
C++
#define OnEditFrame(name) \
    DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,FrameEditControl,WIDE("control"),name WIDE("/rtti"),WIDE("begin_frame_edit"),void,(PSI_CONTROL))

The frame edit mode has begun, and controls are given an opportunity to make life good for themselves and those around them - such as sheet controls displaying sheets separately.

Registers under 

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

static void OnEditFrame(name)( PSI_CONTROL control )
{
    // setup control for editing
}
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!