?? scrollbarmode.cs
字號:
using System;
namespace FreeTextBoxControls {
/// <summary>
/// Determines the style of the scroll bar.
/// </summary>
public enum ScrollbarMode {
/// <summary>
/// No styles are applied. The default scroll bar is used.
/// </summary>
None = 0,
/// <summary>
/// Uses styles from the ScrollbarStyle object which defaults to a Visual Studio.NET style flat scrollbar.
/// </summary>
Style = 1
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -