Version

Search Results

IsEditorAlwaysInEditMode Method (TextEditorControlOwnerBase)

Returns whether this editor is always in edit mode Syntax Parameters editor The EmbeddableEditorBase-derived instance Return Value True if the editor never leaves edit mode. Remarks The default implementation returns false.

IsEnabled Method (TextEditorControlOwnerBase)

Syntax Parameters ownerContext

IsMultiLine Method (TextEditorControlOwnerBase)

Returns whether the text is multiline. Syntax Parameters ownerContext The context that was passed into the Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) method. Return Value A ...

IsNullable Method (TextEditorControlOwnerBase)

Returns whether the value can be set to null. Syntax Parameters ownerContext The context that was passed into the Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) method. Return V...

IsPrinting Method (TextEditorControlOwnerBase)

Syntax Parameters ownerContext

IsReadOnly Method (TextEditorControlOwnerBase)

Returns true is the value is read-only Syntax Parameters ownerContext The context that was passed into the Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) method. Return Value A ...

IsVertical Method (TextEditorControlOwnerBase)

Syntax Parameters ownerContext

KeyDown Event (TextEditorControlOwnerBase)

Syntax Event Data The event handler receives an argument of type KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.Property Description Alt Gets a value indicating whether the ALT key was pressed. Control Gets a value indicating whe...

KeyPress Event (TextEditorControlOwnerBase)

Syntax Event Data The event handler receives an argument of type KeyPressEventArgs containing data related to this event. The following KeyPressEventArgs properties provide information specific to this event.Property Description Handled Gets or sets a value indicating whether the System.Windows.Forms.Control.KeyPr...