Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::properties::EditFrame Function
C++
void EditFrame(PSI_CONTROL pf, int bEnable);
Parameters 
Description 
PSI_CONTROL pf 
frame to set the edit state of 
int bEnable 
if TRUE, enable edit. if FALSE, disable edit

Turns edit features of a frame on and off.

When LoadXMLFrame fails to find the file, a frame is created and edit enabled like this.

PSI_CONTROL frame = CreateFrame( "test", 0, 0, 100, 100, BORDER_NORMAL, NULL );
EditFrame( frame );

This turns on edit features of a frame, right click you can add a new registered control, controls have hotspots on them, if you right click on a hotspot, then you can edit properties of that control like it's control ID. 

 

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!