You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistant over the life of a control, methods represent actions that a control can perform. Often, methods will change the values of other control properties, so be sure to read the Remarks section of each method carefully. The following methods apply to the SRP Tree Control:

MethodDescriptionVersion IntroducedPro Version Introduced
AddItemsAdds new items to the tree.  
AnimateItemAnimates one item as though it were flying to another tree.  
EnsureVisibleBrings an item into view.  
GetItemRectReturns an item's size and location.  
HideBalloonTooltipHides the visible balloon tooltip.  
InsertItemsInserts new items into the tree.  
MoveItemsMoves items from one location in the tree to another location.  
RemoveAllItemsRemoves all items from the tree.  
RemoveItemsRemoves items from the tree.  
SendItemsSends copies of items to another tree.  
ShowBalloonTooltipDisplays a balloon tooltip over an item.  
ShowContextMenuDisplays a context menu at the given mouse point.2.0.1 
SortSorts an item's children.  
TransferItemsTransfers copies of items to another tree.  
  • No labels