ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IconElement Class / SetIconDirty Method

In This Topic
    SetIconDirty Method (IconElement)
    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 System.Boolean _
    ) 
    protected void SetIconDirty( 
       System.bool dirty
    )

    Parameters

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