Method | Description | |
---|---|---|
GetResItemStr ( string itemName ) : string |
This is called from MapBasic code to get a named resource string
|
|
GetResItemStr ( string itemName, string replaceStrings ) : string |
This is called from MapBasic code to get a named resource string and to replace {0}, {1}, etc. with values in the replaceString (; separated)
|
|
GetScreenSize ( ) : string |
|
|
WinHelpDlgAddAllWindows ( int hMainWnd, int windowIDs, string windowNames, int windowTypes ) : void |
This function is called from MapBasic code to add all windows to the WindowHelper dialog.
|
|
WinHelpDlgAddClosedWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void |
This function is called from MapBasic code to add a closed window to the WindowHelper dialog.
|
|
WinHelpDlgAddWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void |
This function is called from MapBasic code to add a window to the WindowHelper dialog.
|
|
WinHelpDlgAddWindows ( int hMainWnd, int windowIDs, string windowName, int windowType ) : void |
This function is called from MapBasic code to add a window to the WindowHelper dialog.
|
|
WinHelpDlgClose ( ) : void |
This function is called to close the WindowHelper dialog and release the resources when the end handeler is called
|
|
WinHelpDlgLoadSpecialWindows ( int hMainWnd ) : void |
This function is called from MapBasic code to add the special windows to the WindowHelper dialog.
|
|
WinHelpDlgShow ( int hMainWnd ) : void |
This is called from MapBasic code to get a named resource string This function is called from MapBasic code to display the WindowHelper dialog.
|
|
WinHelpDlgWinChanged ( int windowID ) : void |
This function is called from MapBasic code when a window is changed in some way in MapInfo Pro
|
|
WinHelpDlgWinClosed ( int windowID ) : void |
This function is called from MapBasic code when a window is closed in MapInfo Pro
|
|
WinHelpDlgWinFocusChanged ( int windowID ) : void |
This function is called from MapBasic code when another window gets focus in MapInfo Pro
|
Method | Description | |
---|---|---|
GetWindowWrapper ( int hMainWnd ) : System.Windows.Forms.WindowWrapper |
Returns the window wrapper. If window wrapper is null it correctly initializes the static member
|
public static GetResItemStr ( string itemName ) : string | ||
itemName | string | Title of the string resource |
return | string |
public static GetResItemStr ( string itemName, string replaceStrings ) : string | ||
itemName | string | Title of the string resource |
replaceStrings | string | List of values to insert into the string, ; separated |
return | string |
public static WinHelpDlgAddAllWindows ( int hMainWnd, int windowIDs, string windowNames, int windowTypes ) : void | ||
hMainWnd | int | |
windowIDs | int | |
windowNames | string | |
windowTypes | int | |
return | void |
public static WinHelpDlgAddClosedWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void | ||
hMainWnd | int | |
windowID | int | |
windowName | string | |
windowType | int | |
return | void |
public static WinHelpDlgAddWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void | ||
hMainWnd | int | |
windowID | int | |
windowName | string | |
windowType | int | |
return | void |
public static WinHelpDlgAddWindows ( int hMainWnd, int windowIDs, string windowName, int windowType ) : void | ||
hMainWnd | int | |
windowIDs | int | |
windowName | string | |
windowType | int | |
return | void |
public static WinHelpDlgLoadSpecialWindows ( int hMainWnd ) : void | ||
hMainWnd | int | |
return | void |
public static WinHelpDlgShow ( int hMainWnd ) : void | ||
hMainWnd | int | |
return | void |
public static WinHelpDlgWinChanged ( int windowID ) : void | ||
windowID | int | |
return | void |
public static WinHelpDlgWinClosed ( int windowID ) : void | ||
windowID | int | |
return | void |
public static WinHelpDlgWinFocusChanged ( int windowID ) : void | ||
windowID | int | |
return | void |