HeaderButtonImageProperties Constructors
Contains settings which define the normal and hottracked states of an image that can be displayed within header buttons of web controls.Name | Parameters | Description |
---|---|---|
HeaderButtonImageProperties() | none | Initializes a new instance of the HeaderButtonImageProperties class with default settings. |
HeaderButtonImageProperties(IPropertiesOwner) | owner | Initializes a new instance of the HeaderButtonImageProperties class with the specified owner. |
HeaderButtonImageProperties(String) | url | Initializes a new instance of the HeaderButtonImageProperties class with the specified image location. |
See Also