ToolStripRenderer.DrawLabelBackground(ToolStripItemRenderEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
繪製 ToolStripLabel 的背景。
public:
void DrawLabelBackground(System::Windows::Forms::ToolStripItemRenderEventArgs ^ e);
public void DrawLabelBackground (System.Windows.Forms.ToolStripItemRenderEventArgs e);
member this.DrawLabelBackground : System.Windows.Forms.ToolStripItemRenderEventArgs -> unit
Public Sub DrawLabelBackground (e As ToolStripItemRenderEventArgs)
參數
ToolStripItemRenderEventArgs,其中包含要繪製標籤背景的資料。
備註
方法 DrawLabelBackground 會為 的背景提供轉譯程式碼的 ToolStripLabel 進入點。 使用這個方法在覆寫 ToolStripLabel.OnPaint 方法時繪製 的背景 ToolStripLabel ,或強制在自訂 ToolStripRenderer 中繪製 的背景 ToolStripLabel 。 若要變更 呈現 背景的方式,請覆寫 OnRenderLabelBackground 衍生自 ToolStripRenderer 的 ToolStripLabel 類別中的 方法。