In This Topic
Marks this element as dirty, forcing all parent and child elements to be laid out.
Syntax
'Declaration
Public Overloads Sub SetDirty( _
ByVal As Boolean _
)
public void SetDirty(
bool
)
Parameters
- dirty
- Whether the element needs to be laid out.
See Also