SelectionGlyph Class
Provides methods and properties for all glyph classes that an ActivityDesigner displays when it is selected on the workflow design surface.
System.Workflow.ComponentModel.Design::DesignerGlyph
System.Workflow.ComponentModel.Design::SelectionGlyph
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The SelectionGlyph type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SelectionGlyph | When implemented in a derived class, initializes a new instance of the SelectionGlyph class. |
| Name | Description | |
|---|---|---|
![]() | CanBeActivated | Gets a value indicating whether the DesignerGlyph can gain focus on the ActivityDesigner with which it is associated. (Inherited from DesignerGlyph.) |
![]() | IsPrimarySelection | When overridden in a derived class, gets a value indicating whether the selection glyph is the primary of all selected glyphs on the design surface. |
![]() | Priority | Gets the view priority of the glyph on the activity designer. (Overrides DesignerGlyph::Priority.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBounds | Returns the bounds for the selection glyph on the specified ActivityDesigner. (Overrides DesignerGlyph::GetBounds(ActivityDesigner, Boolean).) |
![]() | GetGrabHandles | Returns an array of rectangles that represents the selected glyph's grab handles. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnActivate | Indicates to the glyph that an action has been performed which has activated the glyph. (Inherited from DesignerGlyph.) |
![]() | OnPaint | Performs any tasks required to render the glyph on the activity designer surface. (Overrides DesignerGlyph::OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Some glyphs that are displayed on an activity designer can be selected by the user while others cannot. When a user selects a glyph that can be selected, the glyph changes appearance on the activity design surface. The SelectionGlyph class is the base class for all glyph classes that change appearance when a user selects it on the activity design surface.
Notes to InheritorsWhen you inherit from SelectionGlyph, you must override the following member: IsPrimarySelection.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
