L | |
label1_Click, WindowsApplication4. | |
lbPort, WindowsApplication4. | |
LimitText | |
LineFromChar | |
LineIndex | |
LineLength | |
LineNumbersBar | |
LineScroll | |
Links | |
LoadFile | |
LoadFromFile | |
LoadFromResource | |
Lock | |
Logger Control | |
lpData IPC. | |
M | |
m | |
Main, WindowsApplication4. | |
MessageAction | |
MessageHandler, IPC | |
MM_IPC. | |
MM_IPC. | |
Modify | |
Modules | |
Move | |
MoveBand | |
MoveButton | |
MoveDelta | |
MoveRow | |
MsgBox | |
MyLB, WindowsApplication4. | |
N | |
New | |
NewFile | |
NewSheet |
private void label1_Click( object sender, System. EventArgs e )
private System.Windows.Forms.ListBox lbPort
Sets an upper limit to the amount of text the user can type or paste into a rich edit control.
RichEdit_LimitText( hCtrl, txtSize = )
Returns line number of the line containing specific character index.
HE_LineFromChar( hEdit, ich )
Returns the character index of the line.
HE_LineIndex( hedit, idx = -1 )
Returns the lenght of the line.
HE_LineLength( hEdit, idx = -1 )
Sets the line numbers bar state and looks.
HE_LineNumbersBar( hEdit, state = "show", linw = 40, selw = 10 )
Scrolls the text in the HiEdit control for the current file.
HE_LineScroll( hEdit, xScroll = 0, yScroll = 0 )
Load a file.
SS_LoadFile( hCtrl, File )
Load HTML into QHTM passing a valid filename.
QHTM_LoadFromFile( hCtrl, FileName )
Load HTML into QHTM from a resource
QHTM_LoadFromResource( hCtrl, Name, Resource = "" )
Locks or unlcoks the rebar (sets or removes “nogripper” style for all bands in rebar)
Rebar_Lock( hRebar, Lock = "" )
public IntPtr lpData
public int lpData
Debug function.
m( o1 = "~`a", o2 = "~`a", o3 = "~`a", o4 = "~`a", o5 = "~`a", o6 = "~`a", o7 = "~`a", o8 = "~`a" )
static void Main()
summary> Delegate for IPC.OnMessage event.
public delegate void MessageAction( string message, int port )
public delegate void MessageAction( string message )
summary Delegate for MessageHandler.
public delegate void MessageHandler( object sender, IPCEventArgs ea )
Modify icon properties.
Tray_Modify( hGui, hTray, Icon, Tooltip = "~`a " )
Move Taskbar button.
Taskbar_Move( Pos, NewPos )
Moves a band from one index to another.
Rebar_MoveBand( hRebar, From, To = 1 )
Moves a button from one position to another.
Toolbar_MoveButton( hCtrl, OldPos, NewPos )
Move the window by specified amount.
Win_MoveDelta( Hwnd, Xd = "", Yd = "", Wd = "", Hd = "", Flags = "" )
Move row.
RG_MoveRow( hGrd, From, To )
MsgBox replacement
QHTM_MsgBox( HTML, Caption = "", Type = "", HGui = 0 )
private System.Windows.Forms.ListBox MyLB
Creates new Appbar.
Appbar_New( ByRef Hwnd, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "", o8 = "", o9 = "" )
Opens new tab.
HE_NewFile( hEdit )
Clears the sheet.
SS_NewSheet( hCtrl )