'Declaration
Public Overloads Sub SetDirty( _ ByVal dirty As Boolean, _ ByVal layoutOnly As Boolean _ )
public void SetDirty( bool dirty, bool layoutOnly )
Parameters
- dirty
- Whether the element needs to be laid out.
- layoutOnly
- Whether ContentElements (e.g. elements without children, such as C1.Framework.TextElement, C1.Framework.ImageElement) also need to be laid out.