Description
Updates specific parts of the Article panel in Fred.
Syntax
Designer.ArticlePanelUpdate(onlyIcons As Boolean, resetAndUpdate As Boolean, onlyImages As Boolean) |
designer
Page designer, defined by Dim designer = TryCast(idesigner, IPageDesigner) or by Protected Designer As IPageDesigner (in page.vb)
onlyIcons
Set to True to update only icons, e.g. when linking changes the status of text elements, or False.
resetAndUpdate
Set to True to update entire panel.
onlyImages
Set to True to update only images, or False.
See also