For a list of all members of this type, see TextEditorButtons members.
Name | Description | |
---|---|---|
ButtonCssClass | Gets sets custom css class which is applied to spin buttons in normal state. | |
ButtonDisabledCssClass | Gets sets custom css class which is applied to spin buttons in disabled state. | |
ButtonFocusCssClass | Gets sets custom css class which is applied to spin buttons when control has focus. | |
ButtonHoverCssClass | Gets sets custom css class which is applied to spin buttons in mouse-over state. | |
ButtonImgCssClass | Gets sets custom css class which is applied to IMG element used by spin and custom buttons. | |
ButtonPressedCssClass | Gets sets custom css class which is applied to spin buttons in pressed state. | |
ButtonSizeCssClass | Gets sets custom css class which defines width and height of spin buttons. | |
CellSpacing | Gets sets option to use spacing between inner elements: input field and buttons. | |
CustomButton | Gets reference to object which contains properties of custom button. | |
CustomButtonDisplay | Gets sets visibility and location of custom button. | |
CustomButtonHotKeys | Gets sets list of key actions which will trigger CustomButton click-event. | |
EnsureFocus | Gets sets ability to ensure input focus on spin events. | |
InlineRendering | Gets sets option to add "display:inline" attribute to the main TABLE html-element of control. | |
InnerCssClass | Gets sets custom css class which is applied to inner area (container of edit field) when control is in normal state. | |
InnerFocusCssClass | Gets sets custom css class which is applied to inner area (container of edit field) when control has focus. | |
InnerHoverCssClass | Gets sets custom css class which is applied to inner area (container of edit field) when mouse is moved over control. | |
IsEmpty | Overridden. Checks if all properties have default values. | |
ListOfValues | Gets sets list of strings that will be used to set value of editor on spin events. | |
LowerSpinButton | Gets reference to object which contains properties of lower spin button. | |
SpeedUpRate | Gets sets ability to automatically increase/decrease the delay with spin events while mouse is pressed on a spin button. | |
SpinButtonsDisplay | Gets sets visibility and location of spin buttons. | |
SpinDelay | Gets sets initial delay in milliseconds between increment/decrement spin events. | |
SpinOnArrowKeys | Gets sets ability to increment/decrement a value on the Up/Down arrow keys. | |
SpinOnReadOnly | Gets sets ability to increment/decrement a value when ReadOnly is true. | |
SpinWrap | Gets sets option to automatically "roll-over" to the minimum/maximum value when the maximum/minimum limit was exceeded while pressing on a spin button or on an arrow key. | |
UpperSpinButton | Gets reference to object which contains properties of upper spin button. |
Name | Description | |
---|---|---|
AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
DelayLoadingClientCollections | Customizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
IsTrackingViewState | This method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
PropCount | This property is used to track the number of properties this object is sending to ClientState. Each derived class overrides this property to indicate the new total of properties. The number consists of the PropCount value of the base class plus the number of ClientState properties utilized by each derived class. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |