ILkFrameWindow Interface

ILkFrameWindow provides interface for managing frame window, extend toolbar, access edit fields.

The ILkFrameWindow type exposes the following members.

Methods

NameDescription
Public method AddToolbar Adds a new toolbar to the frame window, such as main window or compose mail. Method will return interface to an existing toolbar if it was previously added.
Public method SubclassToolbar Subclasses an existing toolbar of the compose window. The toolbar object can be used to insert new buttons, to subscribe to button clicks and to invoke clicks programmatically.
Properties

NameDescription
Public property ContactsView Retrieves a contacts view object.
Public property Window Returns a window handle of the compose window.
Public property WindowType Returns a type of the frame window. It can be MainFrame, ComposeEmailWindow or ComposeNewsWindow
See Also