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 ItemClick event and ItemDoubleClick event.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class ItemClickEventArgs : System.EventArgs;
Public Class ItemClickEventArgs Inherits System.EventArgs
This class cannot be instantiated.
Area | Defines in which area of the control the mouse click occurred. | |
Cell | Defines which cell was clicked. May be 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. | |
Handled | Defines whether the event handler handled the event. This value can be modified by the event handler. | |
Item | Defines which item was clicked. May be null/Nothing indicating that no item is associated with this event. | |
MouseEv | The original mouse event data associated with this event. | |
Part | Defines which part was clicked. May be null/Nothing indicating that no part is associated with this event. | |
Usage | Defines in which area of the control the mouse click occurred. |
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