Class ImageCombo
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ButtonBase
System.Windows.Forms.Button
ImageCombo
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class ImageCombo : Button, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IButtonControl
Properties
ImageIndex
Declaration
public int ImageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NoImageText
Declaration
public string NoImageText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs mevent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | mevent |
Overrides
System.Windows.Forms.ButtonBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)
Events
Changed
Declaration
public event EventHandler Changed
Event Type
Type | Description |
---|---|
System.EventHandler |