프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BiblicalTermsResourceName | string | ||
NonEditableColor | Color | ||
ReadOnlyTextBackgroundColor | Color |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeComponent | void |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DisposeStaticMembers ( ) : void |
Dispose static member variables
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static FormatResourceString ( string stid ) : string | ||
stid | string | String resource id |
리턴 | string |
public static GetHelpString ( string stid ) : string | ||
stid | string | String resource id |
리턴 | string |
public static GetResourceString ( string stid ) : string | ||
stid | string | String resource id |
리턴 | string |
public static GetTmResourceString ( string stid ) : string | ||
stid | string | String resource id |
리턴 | 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 |
리턴 | void |