| ListEditorTRenderIconList Method |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax protected void RenderIconList(
TextWriter output,
T selectedItem,
ListEditorMode listMode,
OptionLabelPosition labelPosition,
int iconPosition,
int iconMaxWidth,
int iconMaxHeight,
bool allowSorting
)
Protected Sub RenderIconList (
output As TextWriter,
selectedItem As T,
listMode As ListEditorMode,
labelPosition As OptionLabelPosition,
iconPosition As Integer,
iconMaxWidth As Integer,
iconMaxHeight As Integer,
allowSorting As Boolean
)
Parameters
- output
- Type: System.IOTextWriter
- selectedItem
- Type: T
- listMode
- Type: Dynamicweb.Content.Items.EditorsListEditorMode
- labelPosition
- Type: Dynamicweb.Content.Items.EditorsOptionLabelPosition
- iconPosition
- Type: SystemInt32
- iconMaxWidth
- Type: SystemInt32
- iconMaxHeight
- Type: SystemInt32
- allowSorting
- Type: SystemBoolean
See Also