Table of Contents

Property UserData

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

UserData

Gets or sets user-specific data associated with this Form Designer. A common use for the UserData property is to store data that is closely associated with the designer.

[Browsable(false)]
public IDictionary<string, object> UserData { get; }

Property Value

IDictionary<string, object>