| Visual Basic (Declaration) | |
|---|---|
Public Property ImageSmall As Image | |
| C# | |
|---|---|
public Image ImageSmall {get; set;} | |
Property Value
ImageControlType Property is set to enumControlType.Navigation
Images assigned to this property should have a width that is at most 2 pixels thinner than the value assigned to the DropButtonWidth Property (if DropButtonWidth is 18, the images should be 16 pixels or thinner). Images that are too large will not be drawn by the control.