[]
        
(Showing Draft Content)

C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner

C1TextEditorBaseDesigner Class

Base designer for editors based on the C1TextBoxBase or C1DropDownEditorBase classes.

Inheritance
C1TextEditorBaseDesigner
Namespace: C1.Win.Input.Design.Designers
Assembly: C1.Win.Input.4.8.dll
Syntax
public class C1TextEditorBaseDesigner : C1InputControlDesigner
Public Class C1TextEditorBaseDesigner
    Inherits C1InputControlDesigner

Constructors

Name Description
C1TextEditorBaseDesigner()

Initializes the C1TextEditorBaseDesigner class.

Properties

Name Description
SelectionRules

Retrieves a set of rules concerning the movement capabilities of a component. This should be one or more flags from the SelectionRules class. If no designer provides rules for a component, the component will not get any UI services.

SnapLines

Adds a baseline SnapLine to the list of SnapLines related to this control.

Methods

Name Description
InitializeNewComponent(IDictionary)