SelectionGlyph Classe

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Fornece métodos e propriedades para todas as classes de glifo que um ActivityDesigner exibe quando ele é selecionado na superfície de design de fluxo de trabalho.Provides methods and properties for all glyph classes that an ActivityDesigner displays when it is selected on the workflow design surface.

public ref class SelectionGlyph abstract : System::Workflow::ComponentModel::Design::DesignerGlyph
public abstract class SelectionGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class SelectionGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type SelectionGlyph = class
    inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SelectionGlyph = class
    inherit DesignerGlyph
Public MustInherit Class SelectionGlyph
Inherits DesignerGlyph
Herança
SelectionGlyph
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Alguns glifos que são exibidos em um designer de atividade podem ser selecionados pelo usuário enquanto outros não podem.Some glyphs that are displayed on an activity designer can be selected by the user while others cannot. Quando um usuário seleciona um glifo que pode ser selecionado, o glifo altera a aparência na superfície de design da atividade.When a user selects a glyph that can be selected, the glyph changes appearance on the activity design surface. A SelectionGlyph classe é a classe base para todas as classes de glifo que alteram a aparência quando um usuário a seleciona na superfície de design da atividade.The SelectionGlyph class is the base class for all glyph classes that change appearance when a user selects it on the activity design surface.

Notas aos Implementadores

Ao herdar do SelectionGlyph , você deve substituir o seguinte membro: IsPrimarySelection .When you inherit from SelectionGlyph, you must override the following member: IsPrimarySelection.

Construtores

SelectionGlyph()

Quando implementado em uma classe derivada, inicializa uma nova instância da classe SelectionGlyph.When implemented in a derived class, initializes a new instance of the SelectionGlyph class.

Campos

HighestPriority

Representa a prioridade mais alta possível para um DesignerGlyph.Represents the highest priority possible for a DesignerGlyph. Esse valor é uma constante.This value is a constant.

(Herdado de DesignerGlyph)
LowestPriority

Representa a prioridade mais baixa possível para um DesignerGlyph.Represents the lowest priority possible for a DesignerGlyph. Esse valor é uma constante.This value is a constant.

(Herdado de DesignerGlyph)
NormalPriority

Representa a prioridade normal para um DesignerGlyph.Represents the normal priority for a DesignerGlyph. Esse valor é uma constante.This value is a constant.

(Herdado de DesignerGlyph)

Propriedades

CanBeActivated

Obtém um valor que indica se o DesignerGlyph pode adquirir foco no ActivityDesigner ao qual ele está associado.Gets a value indicating whether the DesignerGlyph can gain focus on the ActivityDesigner with which it is associated.

(Herdado de DesignerGlyph)
IsPrimarySelection

Quando substituída em uma classe derivada, obtém um valor que indica se o glifo de seleção é o primário entre todos os glifos selecionados na superfície de design.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

Obtém a prioridade de exibição do glifo no designer de atividade.Gets the view priority of the glyph on the activity designer.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetBounds(ActivityDesigner, Boolean)

Retorna os limites para o glifo de seleção no ActivityDesigner especificado.Returns the bounds for the selection glyph on the specified ActivityDesigner.

GetGrabHandles(ActivityDesigner)

Retorna uma matriz de retângulos que representa as alças de pega do glifo selecionado.Returns an array of rectangles that represents the selected glyph's grab handles.

GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
OnActivate(ActivityDesigner)

Indica ao glifo de que uma ação foi executada que ativou o glifo.Indicates to the glyph that an action has been performed which has activated the glyph.

(Herdado de DesignerGlyph)
OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)

Executa tarefas necessárias para renderizar o glifo na superfície do designer de atividade.Performs any tasks required to render the glyph on the activity designer surface.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a