Textbox:
Property:
Text: Literal
SelectedText: Gets or sets the selected text
CanUndo: Is it possible to revoke
Method:
Undo: Undo
Clearundo: emptying the undo buffer
Cut: Cut
Copy: Copying
Paste: Pasting
SelectAll: Select All
dialog box:
ShowDialog (); Displays a dialog box that returns an enumeration type of DialogResult
Colordialog:color property, used to get the color
Folderbrowserdialog:selectedpath Selected Path
The Fontdialog:font property returns a font type value that stores the settings for the font
OpenFileDialog:
FileName Gets or sets the file path that contains the filename
Filenames is an array of file path strings
Filter: File filter format is hint text one |*. suffix | hint text two |*. suffix | hint text three |*. suffix
SAVEFILEDIALOG1:
FileName Gets or sets the file path that contains the filename
Filenames is an array of file path strings
Filter: File filter format is hint text one |*. suffix | hint text two |*. suffix | hint text three |*. suffix
Windosform Notepad dialog box