DictEnum.showAsRadio Method
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 a value that indicates whether the enumeration should be displayed by using radio buttons instead of a combo box.
public:
virtual bool showAsRadio();
public virtual bool showAsRadio ();
abstract member showAsRadio : unit -> bool
override this.showAsRadio : unit -> bool
Public Overridable Function showAsRadio () As Boolean
Returns
true if the enumeration style is radio button; otherwise, false.