📄 passwordedit.cs
字号:
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
/// <summary>
/// A user interface element that describes a widget intended to aid in the manipulation of password content.
/// Typically the user-interface will obscure any visual representation of the content.
/// </summary>
public class passwordEdit : editcontrol
{
public passwordEdit() : base("passwordEdit") { }
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -