Version

Search Results

AfterExitEditMode Event (UltraNumericEditorBase)

Fired after the control exits edit mode. Syntax

Appearance Property (UltraNumericEditorBase)

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...

BeforeEditorButtonCheckStateChanged Event (UltraNumericEditorBase)

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 ...

BeforeEditorButtonDropDown Event (UltraNumericEditorBase)

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...

BeforeEnterEditModeEventHandler Property (UltraNumericEditorBase)

Returns the event handler that notifies BeforeEnterEditMode Syntax

BeforeEnterEditMode Event (UltraNumericEditorBase)

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 Example This sample listens to the Befor...

BeforeExitEditModeEventHandler Property (UltraNumericEditorBase)

Returns the event handler that notifies BeforeExitEditMode Syntax