Class
PushButtonWidget

Interactive push button widget that can show text and/or icons and trigger actions when activated.

Definition

Properties

Content

Gets the appearance content for the widget; when provided, most viewers prefer it over viewer‑generated visuals.

Declaration

cs-api-definition
public AnnotationContentSource Content { get; }

Property Value

AnnotationContentSource

The content source for rendering.

WidgetContentType

Returns the push‑button widget content type.

Declaration

cs-api-definition
public override sealed WidgetContentType WidgetContentType { get; }

Property Value

WidgetContentType

PushButtonContent.

Overrides Widget.WidgetContentType

Methods

RecalculateContent()

Recalculates the Widget AnnotationContentSource content based on Widget text properties and dynamic appearance characteristics.

Declaration

cs-api-definition
public override sealed void RecalculateContent()

Overrides ContentAnnotationBase.RecalculateContent()