DesignerActionUIService.Refresh メソッド
アセンブリ: System.Design (system.design.dll 内)



Refresh メソッドを使用してスマート タグ パネルを更新する方法を次のコード例に示します。この例は DesignerActionService クラスの概要で取り上げているコード例の一部です。
'Boolean properties are automatically displayed with binary ' UI (such as a checkbox). Public Property LockColors() As Boolean Get Return colLabel.ColorLocked End Get Set(ByVal value As Boolean) GetPropertyByName("ColorLocked").SetValue(colLabel, value) ' Refresh the list. Me.designerActionUISvc.Refresh(Me.Component) End Set End Property


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDesignerActionUIService.Refresh メソッドを検索する場合は、下記のリンクをクリックしてください。

- DesignerActionUIService.Refresh メソッドのページへのリンク