开发者

MSAccess Datatype for Windows.System.Colors

What is the datatype fo开发者_如何学Cr Color in MSAccess?


Use Long Integer (stores 4 bytes) in your database field and use Color.ToArgb() to get the integer value to store. Then, use Color.FromArgb() to create a color from the stored value.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜