📄 api.cs
字号:
public const int TB_ADDBUTTONSA = 0x414;
public const int TB_ADDBUTTONSW = 0x444;
public static readonly int TB_ADDSTRING;
public const int TB_ADDSTRINGA = 0x41c;
public const int TB_ADDSTRINGW = 0x44d;
public const int TB_AUTOSIZE = 0x421;
public const int TB_BOTTOM = 7;
public const int TB_BUTTONSTRUCTSIZE = 0x41e;
public const int TB_DELETEBUTTON = 0x416;
public const int TB_ENABLEBUTTON = 0x401;
public const int TB_ENDTRACK = 8;
public const int TB_GETBUTTON = 0x417;
public static readonly int TB_GETBUTTONINFO;
public const int TB_GETBUTTONINFOA = 0x441;
public const int TB_GETBUTTONINFOW = 0x43f;
public const int TB_GETBUTTONSIZE = 0x43a;
public static readonly int TB_GETBUTTONTEXT;
public const int TB_GETBUTTONTEXTA = 0x42d;
public const int TB_GETBUTTONTEXTW = 0x44b;
public const int TB_GETRECT = 0x433;
public const int TB_GETROWS = 0x428;
public static readonly int TB_INSERTBUTTON;
public const int TB_INSERTBUTTONA = 0x415;
public const int TB_INSERTBUTTONW = 0x443;
public const int TB_ISBUTTONCHECKED = 0x40a;
public const int TB_ISBUTTONINDETERMINATE = 0x40d;
public const int TB_LINEDOWN = 1;
public const int TB_LINEUP = 0;
public static readonly int TB_MAPACCELERATOR;
public const int TB_MAPACCELERATORA = 0x44e;
public const int TB_MAPACCELERATORW = 0x45a;
public const int TB_PAGEDOWN = 3;
public const int TB_PAGEUP = 2;
public static readonly int TB_SAVERESTORE;
public const int TB_SAVERESTOREA = 1050;
public const int TB_SAVERESTOREW = 1100;
public static readonly int TB_SETBUTTONINFO;
public const int TB_SETBUTTONINFOA = 1090;
public const int TB_SETBUTTONINFOW = 0x440;
public const int TB_SETBUTTONSIZE = 0x41f;
public const int TB_SETEXTENDEDSTYLE = 0x454;
public const int TB_SETIMAGELIST = 0x430;
public const int TB_THUMBPOSITION = 4;
public const int TB_THUMBTRACK = 5;
public const int TB_TOP = 6;
public const int TBIF_COMMAND = 0x20;
public const int TBIF_IMAGE = 1;
public const int TBIF_SIZE = 0x40;
public const int TBIF_STATE = 4;
public const int TBIF_STYLE = 8;
public const int TBIF_TEXT = 2;
public const int TBM_GETPOS = 0x400;
public const int TBM_SETLINESIZE = 0x417;
public const int TBM_SETPAGESIZE = 0x415;
public const int TBM_SETPOS = 0x405;
public const int TBM_SETRANGE = 1030;
public const int TBM_SETRANGEMAX = 0x408;
public const int TBM_SETRANGEMIN = 0x407;
public const int TBM_SETTIC = 0x404;
public const int TBM_SETTICFREQ = 0x414;
public const int TBN_DROPDOWN = -710;
public static readonly int TBN_GETBUTTONINFO;
public const int TBN_GETBUTTONINFOA = -700;
public const int TBN_GETBUTTONINFOW = -720;
public static readonly int TBN_GETDISPINFO;
public const int TBN_GETDISPINFOA = -716;
public const int TBN_GETDISPINFOW = -717;
public static readonly int TBN_GETINFOTIP;
public const int TBN_GETINFOTIPA = -718;
public const int TBN_GETINFOTIPW = -719;
public const int TBN_QUERYINSERT = -706;
public const int TBS_AUTOTICKS = 1;
public const int TBS_BOTH = 8;
public const int TBS_BOTTOM = 0;
public const int TBS_NOTICKS = 0x10;
public const int TBS_TOP = 4;
public const int TBS_VERT = 2;
public const int TBSTATE_CHECKED = 1;
public const int TBSTATE_ENABLED = 4;
public const int TBSTATE_HIDDEN = 8;
public const int TBSTATE_INDETERMINATE = 0x10;
public const int TBSTYLE_BUTTON = 0;
public const int TBSTYLE_CHECK = 2;
public const int TBSTYLE_DROPDOWN = 8;
public const int TBSTYLE_EX_DRAWDDARROWS = 1;
public const int TBSTYLE_FLAT = 0x800;
public const int TBSTYLE_LIST = 0x1000;
public const int TBSTYLE_SEP = 1;
public const int TBSTYLE_TOOLTIPS = 0x100;
public const int TBSTYLE_WRAPPABLE = 0x200;
public const int TCIF_IMAGE = 2;
public const int TCIF_TEXT = 1;
public const int TCM_ADJUSTRECT = 0x1328;
public const int TCM_DELETEALLITEMS = 0x1309;
public const int TCM_DELETEITEM = 0x1308;
public const int TCM_GETCURSEL = 0x130b;
public static readonly int TCM_GETITEM;
public const int TCM_GETITEMA = 0x1305;
public const int TCM_GETITEMRECT = 0x130a;
public const int TCM_GETITEMW = 0x133c;
public const int TCM_GETROWCOUNT = 0x132c;
public const int TCM_GETTOOLTIPS = 0x132d;
public static readonly int TCM_INSERTITEM;
public const int TCM_INSERTITEMA = 0x1307;
public const int TCM_INSERTITEMW = 0x133e;
public const int TCM_SETCURSEL = 0x130c;
public const int TCM_SETIMAGELIST = 0x1303;
public static readonly int TCM_SETITEM;
public const int TCM_SETITEMA = 4870;
public const int TCM_SETITEMSIZE = 0x1329;
public const int TCM_SETITEMW = 0x133d;
public const int TCM_SETPADDING = 0x132b;
public const int TCN_SELCHANGE = -551;
public const int TCN_SELCHANGING = -552;
public const int TCS_BOTTOM = 2;
public const int TCS_BUTTONS = 0x100;
public const int TCS_FIXEDWIDTH = 0x400;
public const int TCS_FLATBUTTONS = 8;
public const int TCS_HOTTRACK = 0x40;
public const int TCS_MULTILINE = 0x200;
public const int TCS_OWNERDRAWFIXED = 0x2000;
public const int TCS_RAGGEDRIGHT = 0x800;
public const int TCS_RIGHT = 2;
public const int TCS_RIGHTJUSTIFY = 0;
public const int TCS_TABS = 0;
public const int TCS_TOOLTIPS = 0x4000;
public const int TCS_VERTICAL = 0x80;
public const int TME_HOVER = 1;
public const int TME_LEAVE = 2;
public const string TOOLTIPS_CLASS = "tooltips_class32";
public const int TPM_LEFTALIGN = 0;
public const int TPM_LEFTBUTTON = 0;
public const int TPM_VERTICAL = 0x40;
public const int TRANSPARENT = 1;
public const int TTDT_AUTOMATIC = 0;
public const int TTDT_AUTOPOP = 2;
public const int TTDT_INITIAL = 3;
public const int TTDT_RESHOW = 1;
public const int TTF_IDISHWND = 1;
public const int TTF_RTLREADING = 4;
public const int TTF_SUBCLASS = 0x10;
public const int TTF_TRACK = 0x20;
public const int TTF_TRANSPARENT = 0x100;
public const int TTI_WARNING = 2;
public const int TTM_ACTIVATE = 0x401;
public static readonly int TTM_ADDTOOL;
public const int TTM_ADDTOOLA = 0x404;
public const int TTM_ADDTOOLW = 0x432;
public const int TTM_ADJUSTRECT = 0x41f;
public static readonly int TTM_DELTOOL;
public const int TTM_DELTOOLA = 0x405;
public const int TTM_DELTOOLW = 0x433;
public static readonly int TTM_ENUMTOOLS;
public const int TTM_ENUMTOOLSA = 0x40e;
public const int TTM_ENUMTOOLSW = 0x43a;
public static readonly int TTM_GETCURRENTTOOL;
public const int TTM_GETCURRENTTOOLA = 0x40f;
public const int TTM_GETCURRENTTOOLW = 0x43b;
public const int TTM_GETDELAYTIME = 0x415;
public static readonly int TTM_GETTEXT;
public const int TTM_GETTEXTA = 0x40b;
public const int TTM_GETTEXTW = 1080;
public static readonly int TTM_GETTOOLINFO;
public const int TTM_GETTOOLINFOA = 0x408;
public const int TTM_GETTOOLINFOW = 0x435;
public static readonly int TTM_HITTEST;
public const int TTM_HITTESTA = 0x40a;
public const int TTM_HITTESTW = 0x437;
public static readonly int TTM_NEWTOOLRECT;
public const int TTM_NEWTOOLRECTA = 1030;
public const int TTM_NEWTOOLRECTW = 0x434;
public const int TTM_RELAYEVENT = 0x407;
public const int TTM_SETDELAYTIME = 0x403;
public const int TTM_SETMAXTIPWIDTH = 0x418;
public static readonly int TTM_SETTITLE;
public const int TTM_SETTITLEA = 0x420;
public const int TTM_SETTITLEW = 0x421;
public static readonly int TTM_SETTOOLINFO;
public const int TTM_SETTOOLINFOA = 0x409;
public const int TTM_SETTOOLINFOW = 0x436;
public const int TTM_TRACKACTIVATE = 0x411;
public const int TTM_TRACKPOSITION = 0x412;
public const int TTM_UPDATE = 0x41d;
public static readonly int TTM_UPDATETIPTEXT;
public const int TTM_UPDATETIPTEXTA = 0x40c;
public const int TTM_UPDATETIPTEXTW = 0x439;
public const int TTM_WINDOWFROMPOINT = 1040;
public static readonly int TTN_GETDISPINFO;
public const int TTN_GETDISPINFOA = -520;
public const int TTN_GETDISPINFOW = -530;
public const int TTM_GETMAXTIPWIDTH =(WM_USER + 25);
public static readonly int TTN_NEEDTEXT;
public const int TTN_NEEDTEXTA = -520;
public const int TTN_NEEDTEXTW = -530;
public const int TTN_POP = -522;
public const int TTN_SHOW = -521;
public const int TTS_ALWAYSTIP = 1;
public const int TTS_BALLOON = 0x40;
public const int TV_FIRST = 0x1100;
public const int TVC_BYKEYBOARD = 2;
public const int TVC_BYMOUSE = 1;
public const int TVC_UNKNOWN = 0;
public const int TVE_COLLAPSE = 1;
public const int TVE_EXPAND = 2;
public const int TVGN_CARET = 9;
public const int TVGN_FIRSTVISIBLE = 5;
public const int TVGN_NEXT = 1;
public const int TVGN_NEXTVISIBLE = 6;
public const int TVGN_PREVIOUS = 2;
public const int TVGN_PREVIOUSVISIBLE = 7;
public const int TVHT_ONITEM = 70;
public const int TVHT_ONITEMSTATEICON = 0x40;
public const int TVI_FIRST = -65535;
public const int TVI_ROOT = -65536;
public const int TVIF_HANDLE = 0x10;
public const int TVIF_IMAGE = 2;
public const int TVIF_SELECTEDIMAGE = 0x20;
public const int TVIF_STATE = 8;
public const int TVIF_TEXT = 1;
public const int TVIS_EXPANDED = 0x20;
public const int TVIS_EXPANDEDONCE = 0x40;
public const int TVIS_SELECTED = 2;
public const int TVIS_STATEIMAGEMASK = 61440;
public const int TVM_DELETEITEM = 0x1101;
public static readonly int TVM_EDITLABEL;
public const int TVM_EDITLABELA = 0x110e;
public const int TVM_EDITLABELW = 0x1141;
public const int TVM_ENDEDITLABELNOW = 0x1116;
public const int TVM_ENSUREVISIBLE = 0x1114;
public const int TVM_EXPAND = 0x1102;
public const int TVM_GETEDITCONTROL = 0x110f;
public const int TVM_GETINDENT = 0x1106;
public static readonly int TVM_GETISEARCHSTRING;
public const int TVM_GETISEARCHSTRINGA = 0x1117;
public const int TVM_GETISEARCHSTRINGW = 0x1140;
public static readonly int TVM_GETITEM;
public const int TVM_GETITEMA = 0x110c;
public const int TVM_GETITEMHEIGHT = 4380;
public const int TVM_GETITEMRECT = 0x1104;
public const int TVM_GETITEMW = 0x113e;
public const int TVM_GETNEXTITEM = 0x110a;
public const int TVM_GETVISIBLECOUNT = 0x1110;
public const int TVM_HITTEST = 0x1111;
public static readonly int TVM_INSERTITEM;
public const int TVM_INSERTITEMA = 0x1100;
public const int TVM_INSERTITEMW = 0x1132;
public const int TVM_SELECTITEM = 0x110b;
public const int TVM_SETBKCOLOR = 0x111d;
public const int TVM_SETIMAGELIST = 0x1109;
public const int TVM_SETINDENT = 0x1107;
public static readonly int TVM_SETITEM;
public const int TVM_SETITEMA = 0x110d;
public const int TVM_SETITEMHEIGHT = 0x111b;
public const int TVM_SETITEMW = 0x113f;
public const int TVM_SETTEXTCOLOR = 0x111e;
public static readonly int TVN_BEGINDRAG;
public const int TVN_BEGINDRAGA = -407;
public const int TVN_BEGINDRAGW = -456;
public static readonly int TVN_BEGINLABELEDIT;
public const int TVN_BEGINLABELEDITA = -410;
public const int TVN_BEGINLABELEDITW = -459;
public static readonly int TVN_BEGINRDRAG;
public const int TVN_BEGINRDRAGA = -408;
public const int TVN_BEGINRDRAGW = -457;
public static readonly int TVN_ENDLABELEDIT;
public const int TVN_ENDLABELEDITA = -411;
public const int TVN_ENDLABELEDITW = -460;
public static readonly int TVN_GETDISPINFO;
public const int TVN_GETDISPINFOA = -403;
public const int TVN_GETDISPINFOW = -452;
public static readonly int TVN_ITEMEXPANDED;
public const int TVN_ITEMEXPANDEDA = -406;
public const int TVN_ITEMEXPANDEDW = -455;
public static readonly int TVN_ITEMEXPANDING;
public const int TVN_ITEMEXPANDINGA = -405;
public const int TVN_ITEMEXPANDINGW = -454;
public static readonly int TVN_SELCHANGED;
public const int TVN_SELCHANGEDA = -402;
public const int TVN_SELCHANGEDW = -451;
public static readonly int TVN_SELCHANGING;
public const int TVN_SELCHANGINGA = -401;
public const int TVN_SELCHANGINGW = -450;
public static readonly int TVN_SETDISPINFO;
public const int TVN_SETDISPINFOA = -404;
public const int TVN_SETDISPINFOW = -453;
public const int TVS_CHECKBOXES = 0x100;
public const int TVS_EDITLABELS = 8;
public const int TVS_FULLROWSELECT = 0x1000;
public const int TVS_HASBUTTONS = 1;
public const int TVS_HASLINES = 2;
public const int TVS_LINESATROOT = 4;
public const int TVS_RTLREADING = 0x40;
public const int TVS_SHOWSELALWAYS = 0x20;
public const int TVS_TRACKSELECT = 0x200;
public const int UIS_CLEAR = 2;
public const int UIS_INITIALIZE = 3;
public const int UIS_SET = 1;
public const int UISF_HIDEACCEL = 2;
public const int UISF_HIDEFOCUS = 1;
public const int UOI_FLAGS = 1;
public const int USERCLASSTYPE_FULL = 1;
public const string uuid_IAccessible = "{618736E0-3C3D-11CF-810C-00AA00389B71}";
public const string uuid_IEnumVariant = "{00020404-0000-0000-C000-000000000046}";
public const int VIEW_E_DRAW = -2147221184;
public const int VK_CONTROL = 0x11;
public const int VK_MENU = 0x12;
public const int VK_SHIFT = 0x10;
public const int VK_TAB = 9;
public const int WA_ACTIVE = 1;
public const int WA_CLICKACTIVE = 2;
public const int WA_INACTIVE = 0;
public const string WC_DATETIMEPICK =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -