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
Returns the size of the area reserved for each item's item image.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public Size ItemImageArea { get; internal set; }
Public Property ItemImageArea As Size
The size of the area reserved for each item's item image.
The default value is Size.0, 0.
Returns the size of the area reserved for each item's item image.
When default item images are defined using the SftTree.ItemExpandableImage, SftTree.ItemExpandedImage, SftTree.ItemLeafImage or when item images are defined using ItemClass.Image, the ItemImageArea property is automatically updated to reserve sufficient space for any of the images used.
In addition to the space defined using the ItemImageArea, additional space is reserved around the item image using the DimensionsClass.BeforeIconPart and DimensionsClass.AfterIconPart properties.
See Also SftTree Class | Classes | SftTree/NET 2.0