Class StyleInfoForm
A form that displays a StyleInfoPropertyGrid with Apply and OK buttons.
Inheritance
System.Object
StyleInfoForm
Namespace: Syncfusion.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class StyleInfoForm : Form
Constructors
StyleInfoForm(Object)
Initializes a new StyleInfoForm with an object whose properties should be displayed.
Declaration
public StyleInfoForm(object customizer)
Parameters
Type | Name | Description |
---|---|---|
System.Object | customizer | The object for which properties should be displayed. |
Properties
ApplyButton
Returns the apply button. You should set up a listener for a Click event.
Declaration
public Button ApplyButton { get; }
Property Value
Type |
---|
System.Windows.Forms.Button |
Methods
Dispose(Boolean)
Cleans up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |