Search
ShapeListBox.ShapeFilter Property
See Also
 





Gets or sets the ids of shapes that should be displayed in the listbox.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public string[] ShapeFilter { get; set; }

Visual Basic  Copy Code

Public Property ShapeFilter As String()

 Property Value

An array containing the identifiers of shapes that should be displayed in the list box. The default is null (Nothing in Visual Basic).

 Remarks

By default, the list box displays all available shapes. This property lets you display a subset of all shapes by listing the identifiers of the Shape objects that must be included in the subset. You might want to apply a filter also after loading a ShapeLibrary.

 See Also