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 As Boolean _
)
protected void SetIconDirty(
bool
)
Parameters
- dirty
See Also