DiagramWatermark Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |