Methods for Manipulating Controls

Previous Next

Method Name

Usage

Accept()

Executes a double-click on the current item.

ActionControl()

Performs an action on one of more controls of a specified class.

ActionRibbon()

Performs an action on a toolbar button.

ControlAllowResize()

Specifies a control (e.g. Tree View, List View, Pie-Chart Display) to resize itself when the user drags a window or dialog.

ControlDelete()

Removes the current control from the screen.

ControlFixColumn()

In a table with spreadsheet look, fixes a column in place.

ControlSetActiveTab()

Makes the specified tab page the active one.

ControlSetFocus()

Moves the focus to another control,

ControlSetInsensitive()

Makes the control insensitive to mouse and keyboard input.

ControlSetSensitive()

Makes the control accept mouse and keyboard input.

Delete()

Deletes the current item.

GotoCel()

Moves the cursor to the specified cell (record and field) in a multi-record info box.

MenubarAddItem()

Adds a menu option to a menu page.

MenubarDeleteItem()

Removes a menu option from a menu page.

MenubarMarkItem()

Marks the specified menu option to show that it is active.

MenubarSetItem()

Makes the specified menu option sensitive or insensitive.

Rename()

Renames the current item.

RefreshTree()

Updates a tree view to new values of contents.

RefreshList()

Updates a list view to new values of contents.