Skip to content

SetFieldChooserHandle Method

Description

Associates a FieldChooser control with the GridControl.

Syntax

Public Sub SetFieldChooserHandle( _
    ByVal hWnd As Integer _
)

Parameters

  • hWnd
    Handle to the FieldChooser control to attach to the GridControl.

Remarks

The SetFieldChooserHandle method does exactly the same thing as the FieldChooser property. It was only added for compatibility with special environments such as using ActiveX with Visual C++.

You must associate the FieldChooser control with the GridControl so the GridControl knows which FieldChooser control to add/remove column headers to/from.

See Also


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