ComponentGlyph 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 包含 RelatedComponent 属性,该属性指向字形的相关组件。 此属性可用于将对象跟踪 Glyph 回其组件,例如在拖动操作期间。
构造函数
ComponentGlyph(IComponent, Behavior) |
初始化 ComponentGlyph 类的新实例。 |
ComponentGlyph(IComponent) |
初始化 ComponentGlyph 类的新实例。 |
属性
Behavior | (继承自 Glyph) |
Bounds |
获取 Glyph 的边界。 (继承自 Glyph) |
RelatedComponent |
获取与该 Glyph 关联的组件。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetHitTest(Point) |
指示对指定点的鼠标单击是否应由 ComponentGlyph 处理。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
Paint(PaintEventArgs) |
提供绘制逻辑。 |
SetBehavior(Behavior) | (继承自 Glyph) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |