LVectorWindow::IsControl

Summary

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

Syntax

#include "ltwrappr.h"

L_BOOL LVectorWindow::IsControl(L_VOID)

Returns

Value Meaning
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

See Also

Functions

Example

For an example, refer to LVectorWindow::GetVectorVisibleRect.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.