menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionImage - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CaptionImage

    Advanced caption image for Metro form

    Inheritance
    System.Object
    CaptionImage
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class CaptionImage

    Constructors

    CaptionImage()

    Constructor for FormCaptionImage

    Declaration
    public CaptionImage()

    CaptionImage(Color)

    Declaration
    public CaptionImage(Color color)
    Parameters
    Type Name Description
    System.Drawing.Color color

    Properties

    BackColor

    Gets/Sets the value for backcolor

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

    ForeColor

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

    Image

    Gets/Sets the value for Image

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

    Location

    Gets/sets the value for location

    Declaration
    public Point Location { get; set; }
    Property Value
    Type
    System.Drawing.Point

    Name

    Gets or Sets the instance name

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

    Size

    Gets/Sets the value for CaptionImage size

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

    Methods

    SetOwner(Form)

    Declaration
    public void SetOwner(Form value)
    Parameters
    Type Name Description
    System.Windows.Forms.Form value

    Events

    ImageMouseDown

    Mouse down delegate for CaptionImage

    Declaration
    public event CaptionImage.MouseDown ImageMouseDown
    Event Type
    Type
    CaptionImage.MouseDown

    ImageMouseEnter

    Mouse enter event for CaptionImage

    Declaration
    public event CaptionImage.MouseEnter ImageMouseEnter
    Event Type
    Type
    CaptionImage.MouseEnter

    ImageMouseLeave

    Mouse leave event for CaptionImage

    Declaration
    public event CaptionImage.MouseLeave ImageMouseLeave
    Event Type
    Type
    CaptionImage.MouseLeave

    ImageMouseMove

    Mouse move event for CaptionImage

    Declaration
    public event CaptionImage.MouseMove ImageMouseMove
    Event Type
    Type
    CaptionImage.MouseMove

    ImageMouseUp

    Mouse up delegate for CaptionImage

    Declaration
    public event CaptionImage.MouseUp ImageMouseUp
    Event Type
    Type
    CaptionImage.MouseUp
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved