5 references to ImageKey
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (5)
498/// <inheritdoc cref="ImageKey"/> 537/// The <see cref="ImageKey"/> property specifies the image from the image list to display on the control. 540/// <see cref="ImageKey"/> and <see cref="ImageIndex"/> are mutually exclusive, meaning if one is set, the other 541/// is set to an invalid value and ignored. If you set the <see cref="ImageKey"/> property, the 543/// <see cref="ImageIndex"/> property, the <see cref="ImageKey"/> is automatically set to an empty string ("").