Input for WinForms | ComponentOne
C1.Framework Namespace / FontIconElement 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 _
    ) 
    public void SetDirty( 
       bool dirty
    )

    Parameters

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