MindFusion.Wpf Pack Programmer's Guide
Selection.Toggle Method
See Also
 





Toggles the selection state of the specified object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Toggle (
    InteractiveObject obj
)

Visual Basic  Copy Code

Public Sub Toggle( _
    obj As InteractiveObject _
)

 Parameters

obj

The object to select or deselect.

 Remarks

Call this method to toggle an object's selection state. The method selects the object passed as argument if it was previously deselected. If the object was selected, the method deselects it.

 See Also

Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace