DiagramWatermark Class

Definition

Diagram watermark control which appears when diagram is empty.

public ref class DiagramWatermark : System::Windows::Forms::LinkLabel
public class DiagramWatermark : System.Windows.Forms.LinkLabel
type DiagramWatermark = class
    inherit LinkLabel
Public Class DiagramWatermark
Inherits LinkLabel
Inheritance
DiagramWatermark

Constructors

DiagramWatermark(DiagramClientView)

Constructor.

Properties

Diagram

Diagram which is associated with the client view.

Methods

Dispose(Boolean)

Disposes this control. Unsubscribes from event handlers and hides watermark if it's visible.

OnInvalidated(InvalidateEventArgs)

Override OnInvalidated to check whether we should hide watermark when a new element added to the diagram.

WndProc(Message)

Applies to