Class CodeCompletionPopup.ListBoxWithImages
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
Represents a Windows control to display a list of items with text and image.
public class CodeCompletionPopup.ListBoxWithImages : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
- Inheritance
-
CodeCompletionPopup.ListBoxWithImages
- Implements
Constructors
- ListBoxWithImages()
Initializes a new instance of the
ListBoxWithImages
class with default settings.
Properties
- AlphaImageList
Gets or sets the AlphaImageList that contains the images to display in this
ListBoxWithImages
.
- ImageList
Gets or sets the ImageList that contains the images to display in this
ListBoxWithImages
.
Methods
- GetItemsPreferredSize()
Calculates dimension of items area.
- OnDrawItem(DrawItemEventArgs)
Raises the DrawItem event.