Class BaseOptionsControl
Represents a base control for controls that manage options of EditControl.
Inheritance
System.Object
BaseOptionsControl
Namespace: Syncfusion.Windows.Forms.Edit.Dialogs.Options
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class BaseOptionsControl : UserControl
Constructors
BaseOptionsControl()
Initializes a new instance of the BaseOptionsControl class
Declaration
public BaseOptionsControl()
Fields
m_bChanged
Indicates whether some options are changed.
Declaration
protected bool m_bChanged
Field Value
Type |
---|
System.Boolean |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources. |
OptionsChanged(Object, EventArgs)
Marks options as changed.
Declaration
protected void OptionsChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The Sender. |
System.EventArgs | e | The Event argument. |