DesignerActionUIServiceとは? わかりやすく解説

DesignerActionUIService イベント


パブリック イベントパブリック イベント

  名前 説明
パブリック イベント DesignerActionUIStateChange スマート タグ パネル表示または非表示要求され場合発生します
参照参照

関連項目

DesignerActionUIService クラス
System.ComponentModel.Design 名前空間
ShowUI
System.ComponentModel.Design.DesignerActionService.Add
System.ComponentModel.Design.DesignerActionService.Remove
ComponentDesigner.ActionLists プロパティ

その他の技術情報

Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionUIService クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

スマート タグ パネルユーザー インターフェイス (UI) を管理します。このクラス継承できません。

名前空間: System.ComponentModel.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public NotInheritable Class
 DesignerActionUIService
    Implements IDisposable
Dim instance As DesignerActionUIService
public sealed class DesignerActionUIService
 : IDisposable
public ref class DesignerActionUIService sealed
 : IDisposable
public final class DesignerActionUIService
 implements IDisposable
public final class DesignerActionUIService
 implements IDisposable
解説解説

DesignerActionUIService クラス使用してデザイナの ActionLists の表示制御できますDesignerActionUIService は、次のメソッドイベントを含む、各コンポーネントの項目を表示するためのわかりやすいインターフェイス提供します

DesignerActionService を使用してコンポーネント関連付けられている DesignerActionList コレクション管理します

使用例使用例

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
// Boolean properties are automatically displayed with binary 
// UI (such as a checkbox).
public bool LockColors
{
    get
    {
        return colLabel.ColorLocked;
    }
    set
    {
        GetPropertyByName("ColorLocked").SetValue(colLabel, value);

        // Refresh the list.
        this.designerActionUISvc.Refresh(this.Component);
    }
}
継承階層継承階層
System.Object
  System.ComponentModel.Design.DesignerActionUIService
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DesignerActionUIService メンバ
System.ComponentModel.Design 名前空間
ShowUI
System.ComponentModel.Design.DesignerActionService.Add
System.ComponentModel.Design.DesignerActionService.Remove
ComponentDesigner.ActionLists プロパティ
その他の技術情報
Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionUIService メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DesignerActionUIService クラス
System.ComponentModel.Design 名前空間
ShowUI
System.ComponentModel.Design.DesignerActionService.Add
System.ComponentModel.Design.DesignerActionService.Remove
ComponentDesigner.ActionLists プロパティ

その他の技術情報

Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionUIService メンバ

スマート タグ パネルユーザー インターフェイス (UI) を管理します。このクラス継承できません。

DesignerActionUIService データ型公開されるメンバを以下の表に示します


パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
パブリック イベントパブリック イベント
  名前 説明
パブリック イベント DesignerActionUIStateChange スマート タグ パネル表示または非表示要求され場合発生します
参照参照

関連項目

DesignerActionUIService クラス
System.ComponentModel.Design 名前空間
ShowUI
System.ComponentModel.Design.DesignerActionService.Add
System.ComponentModel.Design.DesignerActionService.Remove
ComponentDesigner.ActionLists プロパティ

その他の技術情報

Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DesignerActionUIService」の関連用語

DesignerActionUIServiceのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DesignerActionUIServiceのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS