Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
1 override of BackgroundImage
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
180
public override Image?
BackgroundImage
1 write to BackgroundImage
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
183
set => base.
BackgroundImage
= value;
1 reference to BackgroundImage
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
182
get => base.
BackgroundImage
;