CommentGlyph.OnPaint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティビティ デザイナー画面にコメント グリフをレンダリングするために必要なタスクを実行します。
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)
パラメーター
- activated
- Boolean
グリフをデザイン サーフェイスに表示する場合は true
。それ以外の場合は false
。
- ambientTheme
- AmbientTheme
アンビエント プロパティ設定へのアクセスに使用する AmbientTheme。
- designer
- ActivityDesigner
ユーザー アクションに関する情報の取得元の ActivityDesigner。