Search
Overview.SetEnabled Method
See Also
 





Sets a value indicating whether handling of mouse events is enabled.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Overview SetEnabled (
    bool value
)

Visual Basic  Copy Code

Public Function SetEnabled( _
    value As Boolean _
) As Overview

 Parameters

value

 Return Value

 See Also