Gets or sets the message for windows file browse dialog 32K file name length limitation.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public string WindowsDialogLimitMsg { get; set; } |
Visual Basic |
---|
Public Property WindowsDialogLimitMsg As String Get Set |
Visual C++ |
---|
public: property String^ WindowsDialogLimitMsg { String^ get (); void set (String^ value); } |