F | |
Fatal | |
Features | |
Find | |
Find/ | |
FindText | |
FindWindow | |
FindWordBreak | |
FixKeys | |
Flash | |
Focus | |
Font | |
ForEach | |
Form | |
Form1, WindowsApplication4. | |
Form1_Load, WindowsApplication4. | |
FormReset | |
FormSetSubmitCallback | |
FormSubmit | |
Formulas | |
FromPoint |
Exits the script with the message.
Fatal( Message, E = 1, ExitCode = "" )
Returns the current index of the property.
Property_Find( hCtrl, Name, StartAt = )
Find desired text in the control
HE_FindText( hEdit, sText, cpMin = 0, cpMax = -1, flags = "" )
private static extern IntPtr FindWindow( string lpClassName, string lpWindowName )
private static extern IntPtr FindWindow( string lpClassName, string lpWindowName )
Finds the next word break in rich edit conttrol, before or after the specified character position or retrieves information about the character at that position.
RichEdit_FindWordBreak( hCtrl, CharIndex, Flag = "" )
Fix Tab and Esc key handling in rich edit control.
RichEdit_FixKeys( hCtrl )
Flash the Taskbar button.
Taskbar_Flash( Hwnd = 0, Options = "" )
Focus the Taskbar.
Taskbar_Focus()
Dlg_Font( ByRef Name, ByRef Style, ByRef Color, Effects = true, hGui = 0 )
Iterator
Property_ForEach( hCtrl, SkipSeparators = TRUE )
public Form1()
private void Form1_Load( object sender, System. EventArgs e )
Resets the form
QHTM_FormReset( hCtrl, FormName )
Set the function to call when submitting a form via POST
QHTM_FormSetSubmitCallback( hCtrl, Fun )
Submits the form
QHTM_FormSubmit( hCtrl, FormName )
Retrieves a handle to the top level window that contains the specified point.
Win_FromPoint( X = "mouse", Y = "" )