Fired after the control exits edit mode Syntax
Gets/sets whether the control stays in edit mode when it loses the input focus. Syntax Remarks By default, the TextEditorControlBase control exits edit mode when it loses the input focus. The AlwaysInEditMode property, when set to true, prevents the control from exiting edit mode when it loses the input focus.
Returns or sets the Infragistics.Win.AppearanceBase object that controls the objectss formatting Syntax Remarks The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color...
Appends text to the current text of the editor. Syntax Parameters text The text to be appended to the editors Text
Gets/sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed. Syntax Remarks When the AutoSize property is set to true, the editors height cannot be modified
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.BeforeCheckStateChangedEventArgs containing data related to this event. The following BeforeCheckStateChangedEventArgs properties provide information specific to this event.Property Description Button (Inherited from ...
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.BeforeEditorButtonDropDownEventArgs containing data related to this event. The following BeforeEditorButtonDropDownEventArgs properties provide information specific to this event.Property Description Button (Inherited...