| H | |
| Height | |
| Hide | |
| HideSelection | |
| I | |
| Icon | |
| Id2Index | |
| ILButton | |
| ImportLine | |
| Info | |
| Init | |
| InitializeComponent, WindowsApplication4. | |
| Insert | |
| InsertCol | |
| InsertFile | |
| InsertRow | |
| IPC | |
| ipc_Handler, WindowsApplication4. | |
| ipc_OnMessage, WindowsApplication4. | |
| Is | |
| L | |
| label1_Click, WindowsApplication4. | |
| LimitText | |
| LineFromChar | |
| LineIndex | |
| LineLength | |
| LineNumbersBar | |
| LineScroll | |
| LoadFile | |
| LoadFromFile | |
| LoadFromResource | |
| Lock | 
Returns the height of the rebar control.
Rebar_Height( hRebar ) 
Hide Taskbar button.
Taskbar_Hide( Handle, bHide = True ) 
Hides or shows the selection in a rich edit control.
RichEdit_HideSelection( hCtrl, State = true ) 
Dlg_Icon( ByRef Icon, ByRef Index, hGui = ) 
Creates an ImageList and associates it with a button.
ILButton( HBtn, Images, Cx = 16, Cy = 16, Align = "Left", Margin = "1 1 1 1" ) 
Import a line of data.
SS_ImportLine( hCtrl, DataLine, SepChar = ";" ) 
Add info message.
Log_Info( txt, category = "", link = "" ) 
Initialise the QHTM module.
QHTM_Init( DllPath = "qhtm.dll" ) 
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
private void InitializeComponent() 
Inserts a new band in a rebar control.
Rebar_Insert( hRebar, hCtrl, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "", o8 = "", o9 = "" ) 
Insert column.
SS_InsertCol( hCtrl, Col = -1 ) 
Insert properties from a file.
Property_InsertFile( hCtrl, FileName, ParseIni = false ) 
Insert row.
SS_InsertRow( hCtrl, Row = -1 ) 
public IPC( Form Host ) 
public IPC( Form host ) 
public IPC() 
private void ipc_Handler( object sender, IPCEventArgs ea ) 
private void ipc_OnMessage( string message, int port ) 
Checks handle against specified criterium.
Win_Is( Hwnd, pQ = "win" ) 
private void label1_Click( object sender, System. EventArgs e ) 
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 = "" )