Search
LayerListView Members
Constructors Properties Methods Events
 


Represents a list box with MindFusion.Diagramming.Layer objects.

The following tables list the members exposed by the LayerListView type.

 Public Constructors

  Name Description

LayerListView

Initializes a new instance of the LayerListView class.

 Public Properties

  Name Description

ActiveButtonTooltip

Gets or sets the tooltip for the 'Active Layer' button in each item.

AddLayerButtonTooltip

Gets or sets the tooltip for the 'Add Layer' button.

AllowTitleEdit

Gets or sets a value indicating whether layer titles can be in-place edited.

Diagram

Gets or sets the diagram this control is associated with.

DisplayText

Gets or sets a value indicating whether to paint the text of items in the overview.

Images

Gets or sets the image list used in the control.

ItemColor

Gets or sets the color with which items' background is painted.

ItemHeight

Gets or sets the height of the items.

Items

Gets the collection of items for this control.

LockedButtonTooltip

Gets or sets the tooltip for the 'Locked' button in each item.

OverviewWidth

Gets or sets the width of the layer overview.

RemoveLayerButtonTooltip

Gets or sets the tooltip for the 'Remove Layer' button.

SelectedColor

Gets or sets the color with which selected items' background is painted.

ShowTooltips

Gets or sets a value indicating whether to display tooltips.

VisibleButtonTooltip

Gets or sets the tooltip for the 'Visible' button in each item.

 Protected Methods

  Name Description

ProcessDialogKey

Control.ProcessDialogKey override.

 Public Events

  Name Description

AddButtonClick

Raised when the user clicks the control's add button.

RemoveButtonClick

Raised when the user clicks the control's remove button.

SelectedItemChanged

Raised when the control's selected item has changed.

 See Also