C# 클래스 Yava.YavaSettings

파일 보기 프로젝트 열기: Beluki/Yava 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FolderNameToLastSelectedFilePath String>.Dictionary
LastFilesListViewWidth System.Int32
LastFoldersListViewWidth System.Int32
LastSelectedFolderName String
LastYavaFormHeight System.Int32
LastYavaFormWidth System.Int32

공개 메소드들

메소드 설명
YavaSettings ( ) : System

Stores program settings.

메소드 상세

YavaSettings() 공개 메소드

Stores program settings.
public YavaSettings ( ) : System
리턴 System

프로퍼티 상세

FolderNameToLastSelectedFilePath 공개적으로 프로퍼티

A map from folder names to their last selected file path.
public Dictionary FolderNameToLastSelectedFilePath
리턴 String>.Dictionary

LastFilesListViewWidth 공개적으로 프로퍼티

Last files listview width.
public Int32,System LastFilesListViewWidth
리턴 System.Int32

LastFoldersListViewWidth 공개적으로 프로퍼티

Last folders listview width.
public Int32,System LastFoldersListViewWidth
리턴 System.Int32

LastSelectedFolderName 공개적으로 프로퍼티

Last selected folder name in the folders listview.
public String LastSelectedFolderName
리턴 String

LastYavaFormHeight 공개적으로 프로퍼티

Last form height.
public Int32,System LastYavaFormHeight
리턴 System.Int32

LastYavaFormWidth 공개적으로 프로퍼티

Last form width.
public Int32,System LastYavaFormWidth
리턴 System.Int32