Partilhar via


ContentDesigner.ActionLists Propriedade

Definição

Obtém o objeto DesignerActionListCollection para este designer.

public:
 virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overrides ReadOnly Property ActionLists As DesignerActionListCollection

Valor da propriedade

O DesignerActionListCollection associado a esse designer.

Comentários

ContentDesigner os objetos adicionam DesignerActionItem elementos ao DesignerActionListCollection para o Content controle .

Aplica-se a

Confira também