ISapContextMenuable Interface

Description

Interface for any Component which supports ContextMenu selections.

Syntax

C#
public class ISapContextMenuable, 
VB
'Declaration
Public Class ISapContextMenuable

Methods

Name Description
SelectContextMenuItem Select an item from the controls context menu.
SelectContextMenuItemByPosition This method allows you to select a context menu item using the position of the item.
SelectContextMenuItemByText Select a menu item of a context menu using the text of the item and possible higher level menus.