Search Results for

    Show / Hide Table of Contents

    Class ColorCombo

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ListControl
    System.Windows.Forms.ComboBox
    ColorCombo
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class ColorCombo : ComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    ColorCombo()

    Declaration
    public ColorCombo()

    Properties

    SelectedItem

    Declaration
    public ColorCombo.ColorInfo SelectedItem { get; set; }
    Property Value
    Type Description
    ColorCombo.ColorInfo

    SelectedText

    Declaration
    public string SelectedText { get; set; }
    Property Value
    Type Description
    System.String

    SelectedValue

    Declaration
    public Color SelectedValue { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ShowEmpty

    Declaration
    public bool ShowEmpty { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AddColors()

    Declaration
    public void AddColors()

    OnDrawItem(Object, DrawItemEventArgs)

    Declaration
    protected void OnDrawItem(object sender, DrawItemEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.Windows.Forms.DrawItemEventArgs e

    OnSelectedIndexChanged(EventArgs)

    Declaration
    protected override void OnSelectedIndexChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    System.Windows.Forms.ComboBox.OnSelectedIndexChanged(System.EventArgs)
    Back to top © 1998-2024 Copyright Fast Reports Inc.