ConfigErrorGlyph.OnPaint Metódus

Definíció

Elvégzi a glyph a tevékenységtervező felületén való megjelenítéséhez szükséges feladatokat.

protected:
 override void OnPaint(System::Drawing::Graphics ^ graphics, bool activated, System::Workflow::ComponentModel::Design::AmbientTheme ^ ambientTheme, System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
protected override void OnPaint(System.Drawing.Graphics graphics, bool activated, System.Workflow.ComponentModel.Design.AmbientTheme ambientTheme, System.Workflow.ComponentModel.Design.ActivityDesigner designer);
override this.OnPaint : System.Drawing.Graphics * bool * System.Workflow.ComponentModel.Design.AmbientTheme * System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Protected Overrides Sub OnPaint (graphics As Graphics, activated As Boolean, ambientTheme As AmbientTheme, designer As ActivityDesigner)

Paraméterek

graphics
Graphics

Kitöltési Graphics és rajzfeladatok végrehajtása.

activated
Boolean

trueannak jelzésére, hogy a karakterjel megjelenik a tervezési felületen; egyéb esetben. false

ambientTheme
AmbientTheme

A AmbientTheme környezeti tulajdonságok beállításainak eléréséhez használható.

designer
ActivityDesigner

A ActivityDesigner felhasználói műveletekre vonatkozó információk lekérésének célja.

A következőre érvényes: