Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapCheckBox Properties

    Provides functionality to manipulate check boxes in Snap documents.
    Name Description
    Active Indicates whether or not the SnapEntity is locked. Inherited from SnapEntity.
    DataFieldName Specifies the name of a data field that is assigned to the Snap field. Inherited from SnapSingleListItemEntity.
    Document Provides access to a SnapDocument, to which the SnapEntity belongs. Inherited from SnapEntity.
    EmptyFieldDataAlias Specifies the text to show in a document instead of a blank space if a Snap field receives an empty data source record. Inherited from SnapSingleListItemEntity.
    EnableEmptyFieldDataAlias Enables the application displaying a custom text instead of a blank space if a Snap field receives an empty data source record. Inherited from SnapSingleListItemEntity.
    Field Provides access to a Field associated with the SnapEntity. Inherited from SnapEntity.
    IsParameter Gets or sets whether the data field associated with a SnapEntity object is a parameter. Inherited from SnapSingleListItemEntitySupportsParameters.
    State Specifies the check state of the SnapCheckBox.
    SubDocument Provides access to an object implementing the basic document functionality that is common for the header, footer and the main document body. Inherited from SnapEntity.
    See Also