Input for WinForms | ComponentOne
C1.Framework Namespace / FontIconElement Class / SetIconDirty Method

In This Topic
    SetIconDirty Method (FontIconElement)
    In This Topic
    Notifies C1Icon element that UI should be re-initialized for the next drawing operation.
    Syntax
    'Declaration
     
    
    Protected Sub SetIconDirty( _
       Optional ByVal dirty As Boolean _
    ) 
    protected void SetIconDirty( 
       bool dirty
    )

    Parameters

    dirty
    Remarks
    Call this method from property setters to make sure that new property value is nohored at drawing.
    See Also