Search Results for

    Show / Hide Table of Contents

    Class ColorPopup

    Represents a popup window that alows to choose a color.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    BaseForm
    PopupWindow
    ColorPopup
    Inherited Members
    PopupWindow.Show(Control, Point)
    PopupWindow.Show(Control, Int32, Int32)
    PopupWindow.Show(Point)
    PopupWindow.PopupCancel(Object, PopupCancelEventArgs)
    BaseForm.NewDpi
    BaseForm.Storage
    BaseForm.CanSaveRestoreState
    BaseForm.DpiChanged
    BaseForm.GetImage(Int32)
    BaseForm.GetImage(String)
    BaseForm.GetImages()
    BaseForm.Localize()
    BaseForm.SaveState()
    BaseForm.RestoreState()
    BaseForm.OnFormClosed(FormClosedEventArgs)
    BaseForm.OnLoad(EventArgs)
    BaseForm.WndProc(Message)
    BaseForm.UpdateDpiDependencies()
    BaseForm.Dispose(Boolean)
    Namespace: FastReport.Controls
    Assembly: FastReport.dll
    Syntax
    public class ColorPopup : PopupWindow, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
    Remarks

    This control may be useful if you write own components for FastReport.

    Constructors

    ColorPopup(Form)

    Initializes a new instance of the ColorPopup class with default settings.

    Declaration
    public ColorPopup(Form ownerForm)
    Parameters
    Type Name Description
    System.Windows.Forms.Form ownerForm

    The main form that owns this popup control.

    Properties

    Color

    Gets or sets the selected color.

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

    Events

    ColorSelected

    This event is raised when you select a color.

    Declaration
    public event EventHandler ColorSelected
    Event Type
    Type Description
    System.EventHandler

    Extension Methods

    UIUtils.DrawImageAndText(Control, DrawItemEventArgs, Image, String)
    UIUtils.Dpi(Control)
    UIUtils.DpiMultiplier(Control)
    UIUtils.FontDpiMultiplier(Control)
    UIUtils.LogicalToDevice(Control, Int32)
    UIUtils.LogicalToDevice(Control, Single)
    UIUtils.LogicalToDevice(Control, Rectangle)
    UIUtils.LogicalToDevice(Control, Point)
    UIUtils.LogicalToDevice(Control, Size)
    UIUtils.LogicalToDevice(Control, Font, Boolean)
    UIUtils.GetImage(Control, Int32)
    UIUtils.GetImage(Control, String)
    UIUtils.GetImages(Control)
    Back to top © 1998-2023 Copyright Fast Reports Inc.