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

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DesignerActionUIService クラスの意味・解説 

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 オブジェクト モデル



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

辞書ショートカット

すべての辞書の索引

「DesignerActionUIService クラス」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS