Skip to content

ChildHandle Property

Description

The ChildHandle property is used to hold the HANDLE to the object that is displayed in the Dialog Bar's client area.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ChildHandle() As Integer

Remarks

The ChildHandle property is used to point to an object to display in the Dialog Bar's client area. Any object with an hWnd can be shown in the child client area. For example, a Form or Picture Box can be used to contain other objects to display in the child client area. The picture below shows a picture box that contains three controls. The picture box is then attached to the Dialog Bar using the ChildHandle property.

Child Handle Example

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.