Show / Hide Table of Contents

Class SaveDialog

Inheritance
System.Object
Responder
View
Toplevel
Window
Dialog
FileDialog
SaveDialog
Inherited Members
Dialog.AddButton(Button)
Dialog.LayoutSubviews()
Dialog.ProcessKey(KeyEvent)
FileDialog.AllowedFileTypes
FileDialog.AllowsOtherFileTypes
FileDialog.CanCreateDirectories
FileDialog.DirectoryPath
FileDialog.FilePath
FileDialog.IsExtensionHidden
FileDialog.Message
FileDialog.NameFieldLabel
FileDialog.Prompt
Toplevel.CanFocus
Toplevel.Create()
Toplevel.Running
View.Add(View[])
View.AddRune(Int32, Int32, Rune)
View.Bounds
View.ChildNeedsDisplay()
View.Clear()
View.Clear(Rect)
View.ClearNeedsDisplay()
View.ClipToBounds()
View.ColorScheme
View.DrawFrame(Rect, Int32, Boolean)
View.DrawHotString(ustring, Boolean, ColorScheme)
View.DrawHotString(ustring, Attribute, Attribute)
View.Driver
View.EnsureFocus()
View.Focused
View.FocusFirst()
View.FocusLast()
View.FocusNext()
View.FocusPrev()
View.Frame
View.HasFocus
View.Height
View.Id
View.LayoutStyle
View.MostFocused
View.Move(Int32, Int32)
View.PositionCursor()
View.ProcessColdKey(KeyEvent)
View.ProcessHotKey(KeyEvent)
View.RemoveAll()
View.ScreenToView(Int32, Int32)
View.SetClip(Rect)
View.SetFocus(View)
View.SetNeedsDisplay()
View.SetNeedsDisplay(Rect)
View.Subviews
View.SuperView
View.ToString()
View.WantMousePositionReports
View.Width
View.X
View.Y
Window.Add(View)
Window.GetEnumerator()
Window.MouseEvent(MouseEvent)
Window.Redraw(Rect)
Window.Remove(View)
Window.Title
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class SaveDialog : Terminal.Gui.FileDialog

Constructors

SaveDialog(ustring, ustring)

Declaration
public SaveDialog (NStack.ustring title, NStack.ustring message);
Parameters
Type Name Description
NStack.ustring title

To be added.

NStack.ustring message

To be added.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX