Search
RulerDesigner.CanParent Method
See Also
 





Allow only DiagramView controls to be parented, and one at a time at most.

Namespace: MindFusion.Diagramming.WinForms.Design
Assembly: MindFusion.Diagramming.WinForms.Ruler

 Syntax

C#  Copy Code

public override bool CanParent (
    Control control
)

Visual Basic  Copy Code

Public Overrides Function CanParent( _
    control As Control _
) As Boolean

 Parameters

control

 Return Value

 See Also