| G | |
| Get | |
| GetBand | |
| GetButton | |
| GetButtonSize | |
| GetCell | |
| GetCellArray | |
| GetCellBlob | |
| GetCellData | |
| GetCellRect | |
| GetCellText | |
| GetCellType | |
| GetCharFormat | |
| GetChildren | |
| GetClassNN | |
| GetColCount | |
| GetColFormat | |
| GetColors | |
| GetColumn | |
| GetColWidth | |
| GetCommonPath | |
| GetCurrentCell | |
| GetCurrentCol | |
| GetCurrentFile | |
| GetCurrentRow | |
| GetCurrentWin | |
| GetDateFormat | |
| GetDrawnSize | |
| GetFileCount | |
| GetFileName | |
| GetFirstVisibleLine | |
| GetGlobalFields | |
| GetHandle | |
| GetHdrHeight | |
| GetHdrText | |
| GetHTML | |
| GetHTMLHeight | |
| GetLastVisibleLine | |
| GetLayout | |
| GetLine | |
| GetLineCount | |
| GetLockCol | |
| GetLockRow | |
| GetMax | |
| GetMaxSize | |
| GetMin | |
| GetModify | |
| GetMultiSel | |
| GetNextPos | |
| GetOptions | |
| GetParaFormat | |
| GetParam | |
| GetPath | |
| GetPos | |
| GetQuickLaunch | |
| GetReceiver, WindowsApplication4. | |
| GetRect Appbar\  | |
| GetRedo | |
| GetRedoData | |
| GetRowColor | |
| GetRowCount | |
| GetRowHeight | |
| GetSel | |
| GetSelection | |
| GetSelText | |
| GetSize | |
| GetText | |
| GetTextLength | |
| GetTextRange | |
| GetTooltip | |
| GetUndo | |
| GetUndoData | |
| GetValue | |
| GetView | |
| GotoLink | |
| Graphs | 
Get window information
Win_Get( Hwnd, pQ = "", ByRef o1 = "", ByRef o2 = "", ByRef o3 = "", ByRef o4 = "", ByRef o5 = "", ByRef o6 = "", ByRef o7 = "", ByRef o8 = "", ByRef o9 = "" ) 
Get band information.
Rebar_GetBand( hRebar, WhichBand, pQ = "", ByRef o1 = "", ByRef o2 = "", ByRef o3 = "", ByRef o4 = "", ByRef o5 = "", ByRef o6 = "", ByRef o7 = "" ) 
Gets the size of the buttons.
Toolbar_GetButtonSize( hCtrl, ByRef W, ByRef H ) 
Get cell value.
RG_GetCell( hGrd, Col = "", Row = "" ) 
Get all cell parameters into array.
SS_GetCellArray( hCtrl, V, Col = "", Row = "" ) 
Get the cell data.
SS_GetCellData( hCtrl, Col = "", Row = "" ) 
Get cell rect.
RG_GetCellRect( hGrd, Col = "", Row = "", ByRef Top = "", ByRef Left = "", ByRef Right = "", ByRef Bottom = "" ) 
Get cell text
SS_GetCellText( hCtrl, Col = "", Row = "" ) 
Get cell data type
SS_GetCellType( hCtrl, Col = "", Row = "", Flag = 0 ) 
Determines the character formatting in a rich edit control.
RichEdit_GetCharFormat( hCtrl, ByRef Face = "", ByRef Style = "", ByRef TextColor = "", ByRef BackColor = "", Mode = "SELECTION" ) 
Get first level child windows for a window.
Win_GetChildren( Hwnd ) 
Get a control ClassNN.
Win_GetClassNN( HCtrl, HRoot = "" ) 
Returns number of columnns.
RG_GetColCount( hGrd ) 
Get column format.
RG_GetColFormat( hGrd, Col = "" ) 
Get the control colors.
HE_GetColors( hEdit ) 
Get column parameters.
RG_GetColumn( hGrd, Col = "", pQ = "type", ByRef o1 = "", ByRef o2 = "", ByRef o3 = "", ByRef o4 = "", ByRef o5 = "", ByRef o6 = "", ByRef o7 = "", ByRef o8 = "", ByRef o9 = "", ByRef o10 = "" ) 
Get column width.
RG_GetColWidth( hGrd, Col = "" ) 
Return location of standard system folders.
Shell_GetCommonPath( Name ) 
Get current cell.
RG_GetCurrentCell( hGrd, ByRef Col, ByRef Row ) 
Get current column .
RG_GetCurrentCol( hGrd ) 
Get the index of the current file.
HE_GetCurrentFile( hEdit ) 
Get currently selected row.
RG_GetCurrentRow( hGrd ) 
Get active splitt window.
SS_GetCurrentWin( hCtrl ) 
Get date format.
SS_GetDateFormat( hCtrl ) 
Get the width and height of the HTML
QHTM_GetDrawnSize( hCtrl, ByRef w, ByRef h ) 
Returns count of open files.
HE_GetFileCount( hEdit ) 
Get the file path.
HE_GetFileName( hEdit, idx = -1 ) 
Returns the zero-based index of the uppermost visible line.
HE_GetFirstVisibleLine( hEdit ) 
Get individual global parameters from the control.
SS_GetGlobalFields( hCtrl, Fields, ByRef v1 = "", ByRef v2 = "", ByRef v3 = "", ByRef v4 = "", ByRef v5 = "", ByRef v6 = "", ByRef v7 = "" ) 
Get the Hwnd of the Taskbar.
Taskbar_GetHandle() 
Get height of the header row.
RG_GetHdrHeight( hGrd ) 
Get header text.
RG_GetHdrText( hGrd, Col = "" ) 
Return HTML rendered by the control
QHTM_GetHTML( hCtrl ) 
Given a width determine the height of some HTML.
QHTM_GetHTMLHeight( DC, HTML, Width ) 
Returns the zero-based line index of the last visible (including partially displayed) line on the HiEdit control.
HE_GetLastVisibleLine( hEdit ) 
Get layout of bands in rebar.
Rebar_GetLayout( hRebar ) 
Get the text of the desired line from the control.
HE_GetLine( hEdit, idx = -1 ) 
Returns an integer specifying the number of lines in the HiEdit control.
HE_GetLineCount( hEdit ) 
Get lock cols in active splitt.
SS_GetLockCol( hCtrl ) 
Get lock rows in active splitt.
SS_GetLockRow( hCtrl ) 
Returns maximum position of the splitter.
Splitter_GetMax( HSep ) 
Retrieves the total size of all of the visible buttons and separators in the toolbar.
Toolbar_GetMaxSize( hCtrl, ByRef Width, ByRef Height ) 
Returns minimum position of the splitter.
Splitter_GetMin( HSep ) 
Gets the state of the modification flag for the HiEdit control.
HE_GetModify( hEdit, idx = -1 ) 
Get multiselection.
SS_GetMultiSel( hCtrl, ByRef Top = "", ByRef Left = "", ByRef Right = "", ByRef Bottom = "" ) 
Obtain the position of next control.
Form_GetNextPos( HForm, Options = "", ByRef x = "", ByRef y = "" ) 
Get the options for a rich edit control.
RichEdit_GetOptions( hCtrl ) 
Get the property parameter.
Property_GetParam( hCtrl, Name ) 
Returns the currently open file system path in the given explorer window.
Shell_EGetPath( pHwnd ) 
Get position of the splitter.
Splitter_GetPos( HSep, Flag = "" ) 
Returns files from the quick launch location.
Shell_GetQuickLaunch() 
private IntPtr GetReceiver() 
Get band rectangle.
Rebar_GetRect( hRebar, WhichBand = "", pQ = "", ByRef o1 = "", ByRef o2 = "", ByRef o3 = "", ByRef o4 = "" ) 
Determine whether there are any actions in the rich edit control redo queue, and optionally retrieve the type of the next redo action.
RichEdit_GetRedo( hCtrl, ByRef name = "-" ) 
Returns redo type and/or data for desired redo level.
HE_GetRedoData( hEdit, level ) 
Get row color.
RG_GetRowColor( hGrd, Row = "", ByRef B = "", ByRef F = "" ) 
Returns number of rows.
RG_GetRowCount( hGrd ) 
Get height of the row.
RG_GetRowHeight( hGrd ) 
Get letfmost and/or rightmost character positions of the selection.
HE_GetSel( hEdit, ByRef start_pos = "@", ByRef end_pos = "@" ) 
Get selected item(s)
Shell_EGetSelection( pHwnd ) 
Returns selected text.
HE_GetSelText( hEdit ) 
Get size of the splitter.
Splitter_GetSize( HSep ) 
Retrieves a specified range of characters from a rich edit control.
RichEdit_GetText( HCtrl, CpMin = "-", CpMax = "-", CodePage = "" ) 
Returns the length of text, in characters.
HE_GetTextLength( hEdit ) 
Get range of characters from the control
HE_GetTextRange( hEdit, min = 0, max = -1 ) 
Get tooltip of the tray icon.
Tray_GetTooltip( Position ) 
Determine whether there are any actions in the Edit control undo queue, and optionally retrieve the type of the next undo action.
RichEdit_GetUndo( hCtrl, ByRef Name = "-" ) 
Returns undo type and/or data for desired undo level.
HE_GetUndoData( hEdit, level ) 
Get the property value.
Property_GetValue( hCtrl, Name ) 
Gets the current view of desired Explorer window.
Shell_EGetView( pHwnd ) 
Force the HTML control to scroll to a named linked within a document.
QHTM_GotoLink( hCtrl, LinkName )