ActivityPreviewDesigner.OnThemeChange(ActivityDesignerTheme) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知 ActivityPreviewDesigner 與其相關聯的主題已變更。
protected:
override void OnThemeChange(System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ newTheme);
protected override void OnThemeChange (System.Workflow.ComponentModel.Design.ActivityDesignerTheme newTheme);
override this.OnThemeChange : System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> unit
Protected Overrides Sub OnThemeChange (newTheme As ActivityDesignerTheme)
參數
- newTheme
- ActivityDesignerTheme
ActivityDesignerTheme,包含更新的主題屬性設定。
備註
OnThemeChange 不只會更新 ActivityPreviewDesigner 的主題屬性設定,還會在預覽視窗中呈現新設定。