|
IVTEditLink.GetBounds Method
The virtual tree can use this function to get the current bounding rect of the node editor.
Pascal
function GetBounds: TRect; stdcall;
Description
The bounding rect of the node editor may change during the editing to reflect the changed edit contents. The tree uses this function to query the current bounding rect of the editor. VCL components derived from TControl have a BoundsRect property which can be used as a return value here.
Interface
Links
What do you think about this topic? Send feedback!
|