Version

TextEditorButtons Class Properties

For a list of all members of this type, see TextEditorButtons members.

Public Properties
 NameDescription
Public PropertyButtonCssClassGets sets custom css class which is applied to spin buttons in normal state.  
Public PropertyButtonDisabledCssClassGets sets custom css class which is applied to spin buttons in disabled state.  
Public PropertyButtonFocusCssClassGets sets custom css class which is applied to spin buttons when control has focus.  
Public PropertyButtonHoverCssClassGets sets custom css class which is applied to spin buttons in mouse-over state.  
Public PropertyButtonImgCssClassGets sets custom css class which is applied to IMG element used by spin and custom buttons.  
Public PropertyButtonPressedCssClassGets sets custom css class which is applied to spin buttons in pressed state.  
Public PropertyButtonSizeCssClassGets sets custom css class which defines width and height of spin buttons.  
Public PropertyCellSpacingGets sets option to use spacing between inner elements: input field and buttons.  
Public PropertyCustomButtonGets reference to object which contains properties of custom button.  
Public PropertyCustomButtonDisplayGets sets visibility and location of custom button.  
Public PropertyCustomButtonHotKeysGets sets list of key actions which will trigger CustomButton click-event.  
Public PropertyEnsureFocusGets sets ability to ensure input focus on spin events.  
Public PropertyInlineRenderingGets sets option to add "display:inline" attribute to the main TABLE html-element of control.  
Public PropertyInnerCssClassGets sets custom css class which is applied to inner area (container of edit field) when control is in normal state.  
Public PropertyInnerFocusCssClassGets sets custom css class which is applied to inner area (container of edit field) when control has focus.  
Public PropertyInnerHoverCssClassGets sets custom css class which is applied to inner area (container of edit field) when mouse is moved over control.  
Public PropertyIsEmptyOverridden. Checks if all properties have default values.  
Public PropertyListOfValuesGets sets list of strings that will be used to set value of editor on spin events.  
Public PropertyLowerSpinButtonGets reference to object which contains properties of lower spin button.  
Public PropertySpeedUpRateGets sets ability to automatically increase/decrease the delay with spin events while mouse is pressed on a spin button.  
Public PropertySpinButtonsDisplayGets sets visibility and location of spin buttons.  
Public PropertySpinDelayGets sets initial delay in milliseconds between increment/decrement spin events.  
Public PropertySpinOnArrowKeysGets sets ability to increment/decrement a value on the Up/Down arrow keys.  
Public PropertySpinOnReadOnlyGets sets ability to increment/decrement a value when ReadOnly is true.  
Public PropertySpinWrapGets 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.  
Public PropertyUpperSpinButtonGets reference to object which contains properties of upper spin button.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes 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)
Protected PropertyIsTrackingViewStateThis 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)
Protected PropertyPropCountThis 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)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also