An NDoc Documented Class Library

PickListFlag Enumeration

Picklist bits

[Serializable]
[Flags(TypeId="System.FlagsAttribute")]
public enum PickListFlag

Remarks

Missing <remarks> documentation for T:askSam.PickListFlag

Members

Member NameDescription
PLB_SORT_ITEMSWhen displaying the items for this filed, sort the list
PLB_AUTO_POPUPWhen filling out an entry form automatically popup the pick list for this field
PLB_NOT_GLOBALNOT IMPLEMENTED YET
PLB_EDIT_IN_POPUPThere should be an edit box in the popup window for this field.
PLB_AUTO_ADDITEMAutomatically add new item typed into the popup list editbox to the fields item list
PLB_ONLY_SEL_ONEOnly allow one item to be selected from the list
PLB_FROM_REPORTBuild the picklist from a report in an askSam file (Does not have to be the same askSam file)
PLB_DELETEDThis field has been deleted, which can happen when it contains no items.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace