WebFormsDesignerActionService.GetComponentDesignerActions Methode

Definitie

Hiermee haalt u de lijsten met infolabelitems op die zijn gekoppeld aan een onderdeel.

protected:
 override void GetComponentDesignerActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected override void GetComponentDesignerActions(System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
override this.GetComponentDesignerActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overrides Sub GetComponentDesignerActions (component As IComponent, actionLists As DesignerActionListCollection)

Parameters

component
IComponent

Een verwijzing naar het besturingselement dat is gekoppeld aan de ontwerpfunctie.

actionLists
DesignerActionListCollection

Hiermee DesignerActionListCollection voegt u de bijbehorende infolabels toe.

Van toepassing op

Zie ook