Search
PaintControlEventArgs.Handled Property
See Also
 





Gets or sets a value indicating whether the event handler performed custom painting.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool Handled { get; set; }

Visual Basic  Copy Code

Public Property Handled As Boolean

 Property Value

true to indicate that the event was handled; otherwise, false.

 Remarks

Always set this flag to true if you perform custom painting.

 See Also