ToolStripControlHost.BackgroundImage 속성
정의
컨트롤에 표시할 배경 이미지를 가져오거나 설정합니다.Gets or sets the background image displayed in the control.
public:
virtual property System::Drawing::Image ^ BackgroundImage { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
public override System.Drawing.Image BackgroundImage { get; set; }
member this.BackgroundImage : System.Drawing.Image with get, set
Public Overrides Property BackgroundImage As Image
속성 값
컨트롤의 배경에 표시할 이미지를 나타내는 Image입니다.An Image that represents the image to display in the background of the control.