C1.Framework Namespace / BitmapIconElement Class / SetDirty Method / SetDirty(Boolean) Method
Whether the element needs to be laid out.

In This Topic
SetDirty(Boolean) Method
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 dirty As Boolean _
) 
 

Parameters

dirty
Whether the element needs to be laid out.
See Also