点击或拖拽改变大小

RuntimeState.WinCodePage 属性

X#
The Windows Codepage. This gets read at startup from the OS().

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC PROPERTY WinCodePage AS LONG GET SET 
查看代码

属性值

类型:Int32
备注
提示 提示:
这个值是 'per thread'。新线程从主线程继承设置。对这个设置的更改只对同一线程中的代码可见。
备注
Sends an OnCodePageChanged event when changed.
参见