Represents a single user interface (UI) entity managed by an System.Windows.Forms.Design.Behavior.Adorner.
See Also: Glyph Members
The sole purpose of a System.Windows.Forms.Design.Behavior.Glyph is to paint and hit test. A System.Windows.Forms.Design.Behavior.Glyph does not have a window handle (HWND), as it is rendered on the adorner window control of the System.Windows.Forms.Design.Behavior.BehaviorService. Each System.Windows.Forms.Design.Behavior.Glyph can have a System.Windows.Forms.Design.Behavior.Behavior associated with it. A successfully hit-tested System.Windows.Forms.Design.Behavior.Glyph has the opportunity to push a new or different System.Windows.Forms.Design.Behavior.Behavior onto the behavior stack of the System.Windows.Forms.Design.Behavior.BehaviorService.
For more information, see Behavior Service Overview.