WinForms

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

    Show / Hide Table of Contents

    Class CalculatorStyleChangedEventArgs

    Provides data for a StyleChanged event.

    Inheritance
    System.Object
    CalculatorStyleChangedEventArgs
    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 CalculatorStyleChangedEventArgs
    Remarks

    The CalculatorControl applies the FlatStyle property to all the Calculator Buttons. This event argument specifies the FlatStyle currently applied to the CalculatorControl so that the buttons handling the StyleChanged event will be able to apply the right FlatStyle.

    Constructors

    CalculatorStyleChangedEventArgs(FlatStyle)

    Initializes a new instance of the CalculatorStyleChangedEventArgs class.

    Declaration
    public CalculatorStyleChangedEventArgs(FlatStyle flatStyle)
    Parameters
    Type Name Description
    System.Windows.Forms.FlatStyle flatStyle

    The changed flat style

    Remarks

    The FlatStyle property is passed in as a parameter.

    Properties

    FlatStyle

    Gets or sets the changed Flat style.

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