C# Class Yava.YavaSettings

Afficher le fichier Open project: Beluki/Yava Class Usage Examples

Méthodes publiques

Свойство Type Description
FolderNameToLastSelectedFilePath String>.Dictionary
LastFilesListViewWidth System.Int32
LastFoldersListViewWidth System.Int32
LastSelectedFolderName String
LastYavaFormHeight System.Int32
LastYavaFormWidth System.Int32

Méthodes publiques

Méthode Description
YavaSettings ( ) : System

Stores program settings.

Method Details

YavaSettings() public méthode

Stores program settings.
public YavaSettings ( ) : System
Résultat System

Property Details

FolderNameToLastSelectedFilePath public_oe property

A map from folder names to their last selected file path.
public Dictionary FolderNameToLastSelectedFilePath
Résultat String>.Dictionary

LastFilesListViewWidth public_oe property

Last files listview width.
public Int32,System LastFilesListViewWidth
Résultat System.Int32

LastFoldersListViewWidth public_oe property

Last folders listview width.
public Int32,System LastFoldersListViewWidth
Résultat System.Int32

LastSelectedFolderName public_oe property

Last selected folder name in the folders listview.
public String LastSelectedFolderName
Résultat String

LastYavaFormHeight public_oe property

Last form height.
public Int32,System LastYavaFormHeight
Résultat System.Int32

LastYavaFormWidth public_oe property

Last form width.
public Int32,System LastYavaFormWidth
Résultat System.Int32