Class TextBoxExtDesigner
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TextBoxExtDesigner : ControlDesigner
Constructors
TextBoxExtDesigner()
Initializes a new instance of the TextBoxExtDesigner class.
Declaration
public TextBoxExtDesigner()
Properties
ActionLists
Gets the design-time action lists supported by the component associated with the designer.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
SelectionRules
Gets the selection rules that indicate the movement capabilities of a component.
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
---|
System.Windows.Forms.Design.SelectionRules |
Methods
Dispose(Boolean)
Releases the unmanaged resources used by the System.Windows.Forms.Design.ControlDesigner and optionally releases the managed resources.
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. |
GetControlGlyph(GlyphSelectionType)
Returns a System.Windows.Forms.Design.Behavior.ControlBodyGlyph representing the bounds of this control.
Declaration
protected override ControlBodyGlyph GetControlGlyph(GlyphSelectionType selectionType)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Design.Behavior.GlyphSelectionType | selectionType | A System.Windows.Forms.Design.Behavior.GlyphSelectionType value that specifies the selection state. |
Returns
Type | Description |
---|---|
System.Windows.Forms.Design.Behavior.ControlBodyGlyph | A System.Windows.Forms.Design.Behavior.ControlBodyGlyph. |
Initialize(IComponent)
Initializes the designer with the specified component.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The System.ComponentModel.IComponent to associate the designer with. This component must always be an instance of, or derive from, System.Windows.Forms.Control. |