Class MultiMemberSelectorEditorDialog
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
TypeThe 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
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.
OnFormClosed(FormClosedEventArgs)
Raises the FormClosed event.
protected override void OnFormClosed(FormClosedEventArgs e)
Parameters
e
FormClosedEventArgsA 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
SizeFThe factor by which the height and width of the control are scaled.
specified
BoundsSpecifiedA BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.