VisPictureComboBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.50 (5.0.0.0)
Displays combo-box items with associated images.
- C#
- VB.NET
public class VisPictureComboBox : VisComboBoxBase
Public Class VisPictureComboBox
Inherits VisComboBoxBase
Example:
using (var list = new PPJ.Runtime.Vis.VisPictureComboBox())
{
list.Width = 240;
}
Constructors
VisPictureComboBox()
Initializes the picture combo box and its default behavior.
Methods
FromHandle(handle)
Resolves this control type from a native window handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle | The native control handle. |
Returns: VisPictureComboBox. The associated VisPictureComboBox, or null when no managed control owns the handle.
A handle belonging to a different managed control type causes an InvalidCastException.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalEditControl | |
| ISalListControl | |
| ISalWindow |