In This Article

BarPopupButtonLinkArrowStyle Enum

Specifies how to draw the arrow for BarPopupButtonLink command links.

public enum BarPopupButtonLinkArrowStyle

Fields

Name Description
ImageAndText

Draw an arrow if both the image and text are visible for the link.

ImageOnly

Draw an arrow if the image is only visible for the link.

None

Never draw an arrow for the link.

TextOnly

Draw an arrow if the text is only visible for the link.