In This Article

IBarCustomizePopupMenuDesignerForm Interface

Provides the base requirements for a design mode customize form.

public interface IBarCustomizePopupMenuDesignerForm

Methods

Process(BarProcessEventArgs)

Performs processing based on some sort of event.

void Process(BarProcessEventArgs e)
Parameter Type Description
e BarProcessEventArgs

A BarProcessEventArgs that contains the event data.

ResizePopup()

Resizes the popup.

void ResizePopup()