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