←Select platform

Choices Property

Summary

Gets the list of choices.

Syntax

C#
VB
C++
public List<string> Choices { get; } 
Public ReadOnly Property Choices As List(Of String) 
public: 
property List<String^>^ Choices { 
   List<String^>^ get(); 
} 

Property Value

The list of choices.

Remarks

If a list of choices is provided a UITypeEditor combo box will be displayed in the property grid to allow the user to choose the appropriate choice.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly