PromptFileOptionsDialogCaption
Property
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public string DialogCaption { get; set; }
 
Public Property DialogCaption As String
        Get
        Set
 
public:
property String^ DialogCaption {
        String^ get ();
        void set (String^ value);
}
 
member DialogCaption : string with get, set
 
 
 
Property Value
String
 
See Also