LVectorWindow::IsControl

#include "ltwrappr.h"

L_BOOL LVectorWindow::IsControl(L_VOID)

Determines whether this LVectorWindow object was created as a control, or is being used as a window.

Returns

TRUE

This LVectorWindow object was created as a control.

FALSE

This LVectorWindow object was created as a window.

Comments

Use this function to check whether this LVectorWindow object was created as a control (created using LVectorWindow::CreateWnd) or is being used as a window (connected to a window using LVectorWindow::SetWndHandle).

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorWindow::CreateWnd, LVectorWindow::SetWndHandle, Class Members

Example

For an example, refer to LVectorWindow::GetVectorVisibleRect.