ControlAttribute Class (original) (raw)
Summary
External Store add-ins use the ControlAttribute attributes to control the appearance of the dynamically generated controls.
Syntax
[AttributeUsageAttribute(System.AttributeTargets, AllowMultiple=false)]
public class ControlAttribute : Attribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Property |
AttributeTargets.Field |
AttributeTargets.Parameter,
AllowMultiple=false,
Inherited=true)]
public ref class ControlAttribute : public System.Attribute, System.Runtime.InteropServices._AttributeĀ