[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Component,MarshalByRefObject,Object,ToolTip Info=Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control. [Property] Name=Sets the name of the component. ARG(string)|2| +Text=Sets the ToolTip text to display when the pointer is on the control. ARG(string)|2| @Active=Sets a value indicating whether the ToolTip is currently active. ARG(bool)|14|0|True,False @AutomaticDelay=Sets the automatic delay for the ToolTip. ARG(int)|1|0 @AutoPopDelay=Sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. ARG(int)|1|0 @BackColor=Sets the background color for the ToolTip. ARG(Color)|8|clDefault @ForeColor=Sets the foreground color for the ToolTip. ARG(Color)|8|clDefault @InitialDelay=Sets the time that passes before the ToolTip appears. ARG(int)|1|0 @IsBalloon=Sets a value indicating whether the ToolTip should use a balloon window. ARG(bool)|14|1|True,False @OwnerDraw=Sets a value indicating whether the ToolTip is drawn by the operating system or by code that you provide. ARG(bool)|14|1|True,False @ReshowDelay=Sets the length of time that must transpire before subsequent ToolTip windows appear as the pointer moves from one control to another. ARG(int)|1|0 @ShowAlways=Sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active. ARG(bool)|14|1|True,False @StripAmpersands=Sets a value that determines how ampersand characters are treated. ARG(bool)|14|1|True,False @Tag=Sets the object that contains programmer-supplied data associated with the ToolTip. ARG(Object)|20|(empty)|Object @ToolTipIcon=Sets a value that defines the type of icon to be displayed alongside the ToolTip text. ARG(ToolTipIcon)|14|0|None,Info,Warning,Error @ToolTipTitle=Sets a title for the ToolTip window. ARG(string)|2| @UseAnimation=Sets a value determining whether an animation effect should be used when displaying the ToolTip. ARG(bool)|14|0|True,False @UseFading=Sets a value determining whether a fade effect should be used when displaying the ToolTip. ARG(bool)|14|0|True,False [Methods] *doCanExtend=Returns true if the ToolTip can offer an extender property to the specified target component. ARG(Object target)|1|0 *doGetToolTip=Retrieves the ToolTip text associated with the specified control. ARG(Control control)|1|0 *doHide=Hides the specified ToolTip window. ARG(IWin32Window win)|1|0 *doRemoveAll=Removes all ToolTip text currently associated with the ToolTip component. ARG()|1|0 doSetToolTip=Associates ToolTip text with the specified control. ARG(Control control, string text)|1|0 *doShow=Sets the ToolTip text associated with the specified control, and displays the ToolTip modally. ARG(string text, IWin32Window window)|1|0 *doShow2=Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position. ARG(string text, IWin32Window window, Point point)|1|0 *doShow3=Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration. ARG(string text, IWin32Window window, int duration)|1|0 *doShow4=Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position. ARG(string text, IWin32Window window, Point point, int duration)|1|0 *doShow5=Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position. ARG(string text, IWin32Window window, int x, int y)|1|0 *doShow6=Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position. ARG(string text, IWin32Window window, int x, int y, int duration)|1|0 *onCanExtend=Occurs after invoke the method doCanExtend and returns the result ARG(bool)|2|104 *onDraw=Occurs when the ToolTip is drawn and the OwnerDraw property is set to true and the IsBalloon property is false. ARG(DrawToolTipEventArgs)|2|0 *onGetToolTip=Occurs after invoke the method doGetToolTip and returns the result ARG(string)|2|2 *onPopup=Occurs before a ToolTip is initially displayed. This is the default event for the ToolTip class. ARG(PopupEventArgs)|2|0 *Active=Returns a value indicating whether the ToolTip is currently active. ARG(bool)|3|104 *AutomaticDelay=Returns the automatic delay for the ToolTip. ARG(int)|3|1 *AutoPopDelay=Returns the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. ARG(int)|3|1 *BackColor=Returns the background color for the ToolTip. ARG(Color)|3|8 *ForeColor=Returns the foreground color for the ToolTip. ARG(Color)|3|8 *InitialDelay=Returns the time that passes before the ToolTip appears. ARG(int)|3|1 *IsBalloon=Returns a value indicating whether the ToolTip should use a balloon window. ARG(bool)|3|104 *OwnerDraw=Returns a value indicating whether the ToolTip is drawn by the operating system or by code that you provide. ARG(bool)|3|104 *ReshowDelay=Returns the length of time that must transpire before subsequent ToolTip windows appear as the pointer moves from one control to another. ARG(int)|3|1 *ShowAlways=Returns a value indicating whether a ToolTip window is displayed, even when its parent control is not active. ARG(bool)|3|104 *StripAmpersands=Returns a value that determines how ampersand characters are treated. ARG(bool)|3|104 *Tag=Returns the object that contains programmer-supplied data associated with the ToolTip. ARG(Object)|3|0 *ToolTipIcon=Returns a value that defines the type of icon to be displayed alongside the ToolTip text. ARG(ToolTipIcon)|3|0 *ToolTipTitle=Returns a title for the ToolTip window. ARG(string)|3|2 *ToString=Returns a string representation for this control. ARG(string)|3|2 *UseAnimation=Returns a value determining whether an animation effect should be used when displaying the ToolTip. ARG(bool)|3|104 *UseFading=Returns a value determining whether a fade effect should be used when displaying the ToolTip. ARG(bool)|3|104 ToolTip=Returns the ToolTip object. ARG(ToolTip)|3|0 *duration=Defines an Int32 containing the duration, in milliseconds, to display the ToolTip. ARG(int)|4|1 *point=Defines a Point containing the offset, in pixels, relative to the upper-left corner of the associated control window, to display the ToolTip. ARG(Point)|4|0 *target=Defines the target object to add an extender property to. ARG(Object)|4|0 Control=Defines the Control for which to retrieve the ToolTip text. ARG(Control)|4|0 Text=Defines a String containing the new ToolTip text. ARG(string)|4|2 *win=Defines the IWin32Window of the associated window or control that the ToolTip is associated with. ARG(IWin32Window)|4|0 *window=Defines the Control to display the ToolTip for. ARG(IWin32Window)|4|0 *x=Defines the horizontal offset, in pixels, relative to the upper-left corner of the associated control window, to display the ToolTip. ARG(int)|4|1 *y=Defines the vertical offset, in pixels, relative to the upper-left corner of the associated control window, to display the ToolTip. ARG(int)|4|1