SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Provides data for the ShowToolTip event.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class ToolTipEventArgs : System.EventArgs;
Public Class ToolTipEventArgs Inherits System.EventArgs
This class cannot be instantiated.
Cell | The cell for which a tooltip is to be displayed or null/Nothing indicating that no cell is associated with this event. | |
Empty | Provides a value to use with events that do not have event data. | |
RowHeader | The row header for which a tooltip is to be displayed or null/Nothing indicating that no row header is associated with this event. | |
ToolTipIcon | Defines the tooltip icon, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler. The default is ToolTipIcon.None. | |
ToolTipStyle | Defines the appearance of the tooltip. This value can be modified by the ShowToolTip event handler. | |
ToolTipText | Defines the tooltip text. This value can be modified by the ShowToolTip event handler. | |
ToolTipTitle | Defines the tooltip title, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler. The default is an empty string. | |
Usage | Defines in which area of the control the object is located for which a tooltip is to be displayed. |
Equals | Determines whether the specified object is equal to the current object. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
GetHashCode | Serves as the default hash function. | |
GetType | Gets the Type of the current instance. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ToString | Returns a string that represents the current object. |
See Also Classes | SftTree/NET 2.0