Class CalculatorStyleChangedEventArgs
Provides data for a StyleChanged event.
Inheritance
System.Object
CalculatorStyleChangedEventArgs
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.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 |
---|
System.Windows.Forms.FlatStyle |