_OlkListBox.MultiSelect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlMultiSelect constant that specifies the range of items that can be selected in the list box control. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlMultiSelect MultiSelect { Microsoft::Office::Interop::Outlook::OlMultiSelect get(); void set(Microsoft::Office::Interop::Outlook::OlMultiSelect value); };
public Microsoft.Office.Interop.Outlook.OlMultiSelect MultiSelect { get; set; }
Public Property MultiSelect As OlMultiSelect