Version

Search Results

BeforeEnterEditModeEventHandler Property (TextEditorControlBase)

Returns the event handler that notifies BeforeEnterEditMode Syntax

BeforeEnterEditMode Event (TextEditorControlBase)

Fired before the control enters edit mode. Syntax Event Data The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.Property Description Cancel Remarks The BeforeEnterEditMode event ca...

BeforeExitEditModeEventHandler Property (TextEditorControlBase)

Returns the event handler that notifies BeforeExitEditMode Syntax

BeforeExitEditMode Event (TextEditorControlBase)

Fired before the control exits edit mode. Syntax Event Data The event handler receives an argument of type Infragistics.Win.BeforeExitEditModeEventArgs containing data related to this event. The following BeforeExitEditModeEventArgs properties provide information specific to this event.Property Description ApplyCh...

BorderStyle Property (TextEditorControlBase)

Gets/sets the border style used by the control. Syntax

bypassMouseHandlingValue Field

Specifies whether the ControlUIElement should eat the default. Syntax

CanUndo Method

Gets a value indicating whether the user can undo the editors previous operation. Syntax Return Value A boolean indicating whether the previous operation can be undone. Remarks Note: The CanUndo method will only function correctly when the AlwaysInEditMode property is set to true.