GetFieldHandle |
Scroll |
Returns the window handle for an index field on the category dialog.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetFieldHandle ( _ nFieldNo As Integer _ ) As Integer C# public virtual int GetFieldHandle ( int nFieldNo )
Parameters nFieldNo The unique field number of the index data field for which the window handled is required.
Return Value The window handle. |
|