UserData Property
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.
Declaration
[Browsable(false)]
public IDictionary<string, object> UserData { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, Object> |