Table of Contents

Class MultiMemberSelectorEditorDialog

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Represents a dialog for selecting multiple members of a workflow expression type.

public class MultiMemberSelectorEditorDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDisposable
Inheritance
MultiMemberSelectorEditorDialog
Implements
Inherited Members

Constructors

MultiMemberSelectorEditorDialog(Type)

Initializes a new instance of the MultiMemberSelectorEditorDialog class using the specified type.

public MultiMemberSelectorEditorDialog(Type type)

Parameters

type Type

The type from which to select inner properties.

Properties

Selector

Gets or sets the selected inner properties of the expression type.

public string Selector { get; set; }

Property Value

string

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

OnFormClosed(FormClosedEventArgs)

Raises the FormClosed event.

protected override void OnFormClosed(FormClosedEventArgs e)

Parameters

e FormClosedEventArgs

A FormClosedEventArgs that contains the event data.

ScaleControl(SizeF, BoundsSpecified)

Scales the location, size, padding, and margin of a control.

protected override void ScaleControl(SizeF factor, BoundsSpecified specified)

Parameters

factor SizeF

The factor by which the height and width of the control are scaled.

specified BoundsSpecified

A BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.