menu

WinForms

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

    Show / Hide Table of Contents

    Class ButtonEditTypeEditor

    UITypeEditor for ButtonEdit class.

    Inheritance
    System.Object
    ButtonEditTypeEditor
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ButtonEditTypeEditor : UITypeEditor

    Constructors

    ButtonEditTypeEditor()

    Declaration
    public ButtonEditTypeEditor()

    Methods

    GetPaintValueSupported(ITypeDescriptorContext)

    Indicates whether this editor supports the painting of a representation of an object's value.

    Declaration
    public override bool GetPaintValueSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    An System.ComponentModel.ITypeDescriptorContext that can be used to provide additional context information.

    Returns
    Type Description
    System.Boolean

    true if PaintValue is implemented; false otherwise.

    PaintValue(PaintValueEventArgs)

    Paints a representative value of the specified object to the specified canvas.

    Declaration
    public override void PaintValue(PaintValueEventArgs pe)
    Parameters
    Type Name Description
    System.Drawing.Design.PaintValueEventArgs pe

    A drawing canvas to paint the value's representation on.

    Remarks

    Painting will occur within the boundaries of the specified rectangle.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved