Gets or sets the title text of the dialog.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public string TitleText { get; set; } |
Visual Basic |
---|
Public Property TitleText As String Get Set |
Visual C++ |
---|
public: property String^ TitleText { String^ get (); void set (String^ value); } |
F# |
---|
member TitleText : string with get, set |