PromptEditorOptions(String) Constructor
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
protected PromptEditorOptions(
        string msg
)
 
Protected Sub New ( 
        msg As String
)
 
protected:
PromptEditorOptions(
        String^ msg
)
 
new : 
        msg : string -> PromptEditorOptions
 
 
 
Parameters
- msg  String
 
-  
 
 
See Also