Draws the associated manipulators in the specified graphics.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected void DrawManipulators ( |
Visual Basic
Copy Code
|
|---|
Protected Sub DrawManipulators( _ |
The IGraphics surface to draw the manipulators on.
true to render only inside the item's bounds; otherwise, false.
RemarksThis method is invoked to render the item's manipulators, for example, collapse/expand buttons, scrollbars, and so on.
See Also