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