[]
Represents an ASP.NET AJAX extender slide show cell.
public class SlideShowCellType : ExtenderCellTypeBase, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Public Class SlideShowCellType
Inherits ExtenderCellTypeBase
Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Name | Description |
---|---|
SlideShowCellType() | Creates a new ASP.NET AJAX extender slide show cell. |
Name | Description |
---|---|
AutoPlay | Gets or sets whether the slide show plays automatically on render. |
ContextKey | Gets or sets the user- or page-specific context key for the slide show cell. |
Editor | Gets or sets the editor (editing control). |
ImageDescriptionLabelID | Gets or sets the identifier of the label that displays the current slide description. |
ImageTitleLabelID | Gets or sets the identifier of the label that displays the current slide title. |
Loop | Gets or sets whether the slide show loops around at either the first or last slide. |
NextButtonID | Gets or sets the identifier of the control that moves the slide show to the next slide. |
PlayButtonID | Gets or sets the identifier of the control that plays the slide show. |
PlayButtonText | Gets or sets the text to display in the play button if the slide show is not playing. |
PlayInterval | Gets or sets the interval in milliseconds before switching to the next slide. |
PreviousButtonID | Gets or sets the identifier of the control that moves the slide show to the previous slide. |
SlideShowServiceMethod | Gets or sets the Web service method that is called to supply images for the slide show cell. |
SlideShowServicePath | Gets or sets the path to the Web service from which the extender pulls the images for the slide show cell. |
StopButtonText | Gets or sets the text to display in the play button if the slide show is in play mode. |
UseContextKey | Gets or sets whether the context key should be used for the slide show cell. |
Name | Description |
---|---|
GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Gets the control used to edit the cell. |