Property | Type | Description | |
---|---|---|---|
BiblicalTermsResourceName | string | ||
NonEditableColor | Color | ||
ReadOnlyTextBackgroundColor | Color |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void |
Method | Description | |
---|---|---|
FormatResourceString ( string stid ) : string |
Return a string from a resource ID, with formatting placeholders replaced by the supplied parameters.
|
|
GetHelpString ( string stid ) : string |
Return a help topic or help file path.
|
|
GetResourceString ( string stid ) : string |
Return a string from a resource ID.
|
|
GetTmResourceString ( string stid ) : string |
Return a string from a resource ID for a toolbar/menu item.
|
|
MakeUndoRedoLabels ( string stid, string &stUndo, string &stRedo ) : void |
Function to create appropriate labels for Undo tasks, with the action names coming from the stid.
|
|
TeResourceHelper ( ) : System |
Initializes a new instance of the TeResourceHelper class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DisposeStaticMembers ( ) : void |
Dispose static member variables
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public static FormatResourceString ( string stid ) : string | ||
stid | string | String resource id |
return | string |
public static GetHelpString ( string stid ) : string | ||
stid | string | String resource id |
return | string |
public static GetResourceString ( string stid ) : string | ||
stid | string | String resource id |
return | string |
public static GetTmResourceString ( string stid ) : string | ||
stid | string | String resource id |
return | string |
public static MakeUndoRedoLabels ( string stid, string &stUndo, string &stRedo ) : void | ||
stid | string | String resource id |
stUndo | string | Returns string for Undo task |
stRedo | string | Returns string for Redo task |
return | void |
public static string BiblicalTermsResourceName | ||
return | string |