Click or drag to resize

ControlAttributionAttribute Class

Provides additional attribution options (i.e. icons, labels, tooltips etc.) for all controls
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.PMPage.AttributesControlAttributionAttribute

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public class ControlAttributionAttribute : Attribute, 
	IAttribute
Constructors
  NameDescription
Public methodControlAttributionAttribute(swControlBitmapLabelType_e)
Constructor allowing specify the standard icon
Public methodControlAttributionAttribute(Type, String)
Constructor allowing to specify custom icon from the resources
Public methodControlAttributionAttribute(Type, String, String)
Constructor allowing to specify custom icon from the resources
Top
Remarks
Can be applied to any property which is bound to the property manager page control
See Also