NDoc 1.3.1 SDK

FoldernameEditor.FolderDialogTitleAttribute Constructor 

Define a title for the UIFoldernameEditor.

[Visual Basic]
Public Sub New( _ 
   ByVal title As String _ 
)
[C#]
public FoldernameEditor.FolderDialogTitleAttribute(
   string title
);
[C++]
public: FoldernameEditor.FolderDialogTitleAttribute(
   String* title
);
[JScript]
public function FoldernameEditor.FolderDialogTitleAttribute(
   String title
);

Parameters

title
Folder dialog title

Remarks

See Also

FoldernameEditor.FolderDialogTitleAttribute Class | NDoc.Core.PropertyGridUI Namespace