SECScriptHostView Class

class SECScriptHostView: public CFormView

ActiveScript view class

Defined in: ScriptHostView.h

Comments

This class is intended to be plugged directly into your frame window's document template. In general, you will not need to utilize any of these member functions unless deriving a class and customizing functionality.

Class Members

Operations

virtual void CreateToolBars(CWnd *pParent)

Create the toolbars associated with the runtime form editor

virtual void DisplayToolBars()

Display the toolbars associated with the runtime form editor

virtual void SetToolBarEnterEdit(SEC_TOOLBAR* pToolEnterEdit)

Set the top-level frame toolbar to activate Edit Mode.

virtual SEC_TOOLBAR* GetToolBarEnterEdit()

Get the top-level frame toolbar to activate Edit Mode. See previous comments on SEC_TOOLBAR.

virtual void SetToolBox(SECAToolBox* pToolBox)

Set the edit mode toolbox toolbar. See previous comments on SEC_TOOLBAR.

virtual SECAToolBox* GetToolBox()

Get the edit mode toolbox toolbar. See previous comments on SEC_TOOLBAR.