Table of Contents

Property PrimarySelection

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

PrimarySelection

Gets first selected component or control. When multiple components are selected in the designer's surface, one of the objects is the primary selected object. Some operations behave differently depending on which selected component is the primary selected object.

[Browsable(false)]
public IComponent PrimarySelection { get; }

Property Value

IComponent