Property CustomAttr
CustomAttr
Gets custom attributes provider associated with the control. You can store any custom data here.
[Browsable(false)]
public ICustomAttributes<string, object> CustomAttr { get; }
Property Value
Remarks
Use CustomFlags or FlagsAndAttributes to get custom flags provider.