CheckedButtonImageProperties Constructors
Contains settings that define a button image.| Name | Parameters | Description |
|---|---|---|
| CheckedButtonImageProperties() | none | Initializes a new instance of the CheckedButtonImageProperties class. |
| CheckedButtonImageProperties(IPropertiesOwner) | owner | Initializes a new instance of the CheckedButtonImageProperties class with the specified owner. |
| CheckedButtonImageProperties(String) | url | Initializes a new instance of the CheckedButtonImageProperties class with the specified image location. |
See Also