ComponentGlyph クラス

定義

Glyph をコンポーネントに関連付けます。

public ref class ComponentGlyph : System::Windows::Forms::Design::Behavior::Glyph
public class ComponentGlyph : System.Windows.Forms.Design.Behavior.Glyph
type ComponentGlyph = class
    inherit Glyph
Public Class ComponentGlyph
Inherits Glyph
継承
ComponentGlyph
派生

注釈

クラスには ComponentGlyph 、グリフの RelatedComponent 関連コンポーネントを指す プロパティが含まれています。 このプロパティを使用すると、ドラッグ操作中など、オブジェクトをコンポーネントにトレース Glyph し直すことができます。

コンストラクター

ComponentGlyph(IComponent)

ComponentGlyph クラスの新しいインスタンスを初期化します。

ComponentGlyph(IComponent, Behavior)

ComponentGlyph クラスの新しいインスタンスを初期化します。

プロパティ

Behavior

Behavior に関連付けられている Glyph を取得します。

(継承元 Glyph)
Bounds

Glyph の範囲を取得します。

(継承元 Glyph)
RelatedComponent

Glyph に関連付けられているコンポーネントを取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetHitTest(Point)

指定したポイントでのマウス クリックが ComponentGlyph によって処理されるかどうかを示します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Paint(PaintEventArgs)

描画ロジックを提供します。

SetBehavior(Behavior)

Behavior に関連付けられている Glyph を変更します。

(継承元 Glyph)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください