C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / SetIconDirty Method

In This Topic
SetIconDirty Method (PathIconElement)
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 _
) 
 

Parameters

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