Skip to main content
A newer version of this page is available.
All docs
V19.1

ISelectLabelTypePageView Members

Obsolete. Obsolete. Use the ISelectLabelTypePageView interface instead.

Properties

Name Description
CurrentPaperKindData If implemented, specifies the settings of the current paper kind.
SelectedDetails If implemented, specifies the entry selected in the Product Number drop-down list.
SelectedProduct If implemented, specifies the entry selected in the Label Products drop-down list.

Methods

Name Description
FillLabelDetails(IEnumerable<LabelDetails>) If implemented, populates the Product Number drop-down list.
FillLabelProducts(IEnumerable<LabelProduct>) If implemented, populates the Label Products drop-down list.
UpdateLabelInformation() If implemented, updates label information displayed in the dedicated editors.

Events

Name Description
SelectedLabelProductChanged Occurs when the active record in the Label Products drop-down list is changed.
SelectedLabelProductDetailsChanged Occurs when the active record in the Product Number drop-down list is changed.
See Also