开发者

MSAccess Datatype for Windows.System.Colors

开发者 https://www.devze.com 2023-01-12 10:50 出处:网络
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() t

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

精彩评论

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