WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResetButtonCustomizations

    Show / Hide Table of Contents

    Class ResetButtonCustomizations

    custom image properties class

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

    Constructors

    ResetButtonCustomizations()

    Declaration
    public ResetButtonCustomizations()

    ResetButtonCustomizations(Color, Image, ButtonAppearance, Size, Boolean)

    Declaration
    public ResetButtonCustomizations(Color backcolor, Image backgroundimage, ButtonAppearance appearance, Size size, bool visible)
    Parameters
    Type Name Description
    System.Drawing.Color backcolor
    System.Drawing.Image backgroundimage
    ButtonAppearance appearance
    System.Drawing.Size size
    System.Boolean visible

    Properties

    Appearance

    Declaration
    public ButtonAppearance Appearance { get; set; }
    Property Value
    Type Description
    ButtonAppearance

    BackColor

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

    BackgroundImage

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

    Size

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

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved