DesignerCommandSet.ActionLists Propiedad

Definición

Obtiene la colección de todas las etiquetas inteligentes asociadas al componente diseñado.

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

Valor de propiedad

Objeto DesignerActionListCollection que contiene las etiquetas inteligentes para el componente diseñado asociado.

Comentarios

La implementación base simplemente llama GetCommands a con el parámetro de cadena "ActionLists".

Se aplica a

Consulte también