Class BehaviourControlOptions
Represents a control for managing EditControl behaviour.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Edit.Dialogs.Options
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class BehaviourControlOptions : BaseOptionsControl, IOptionsControl
Constructors
BehaviourControlOptions()
Initializes a new instance of the BehaviourControlOptions class.
Declaration
public BehaviourControlOptions()
Methods
Apply(EditControl)
Applies set options to given EditControl.
Declaration
public Control Apply(EditControl control)
Parameters
Type | Name | Description |
---|---|---|
EditControl | control | EditControl to apply options to. |
Returns
Type | Description |
---|---|
System.Windows.Forms.Control | Null if everything is OK; control to transfer focus to if error occured. |
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. |
Overrides
Init(EditControl)
Initializes options control with data from EditControl.
Declaration
public void Init(EditControl control)
Parameters
Type | Name | Description |
---|---|---|
EditControl | control | EditControl used for initializing. |