搜索
编程论坛
→
.NET专区
→
『 VB.NET论坛 』
→ 如何将 枚举常数添加到 一个 combobox 中
标题:
如何将 枚举常数添加到 一个 combobox 中
只看楼主
renzq2008
等 级:
新手上路
帖 子:14
专家分:0
注 册:2005-7-17
楼主
问题点数:0 回复次数:1
如何将 枚举常数添加到 一个 combobox 中
如何将 枚举常数添加到 一个 combobox 中?
如将 ContentAlignment 常数添加到 combobox 中?
搜索更多相关主题的帖子:
combobox
枚举
2006-04-07 14:23
蓝魂
等 级:
新手上路
帖 子:39
专家分:0
注 册:2006-6-6
第
2
楼
得分:0
Dim a As ContentAlignment
For Each a In System.Enum.GetValues(GetType(ContentAlignment))
ComboBox1.Items.Add(a)
Next
2006-06-06 10:00
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-55804-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 3.246368 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved