C# 클래스 PsHandler.TableTiler.WindowTableTileEdit

Interaction logic for WindowTableTileEdit.xaml
상속: System.Windows.Window, IFilter
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Saved bool
TableTile TableTile
_regexWindowClass System.Text.RegularExpressions.Regex
_regexWindowTitle System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
WindowTableTileEdit ( Window owner, TableTile tableTile = null ) : System

비공개 메소드들

메소드 설명
Button_Close_Click ( object sender, RoutedEventArgs e ) : void
Button_GenerateLayout_Click ( object sender, RoutedEventArgs e ) : void
Button_OK_Click ( object sender, RoutedEventArgs e ) : void
Button_WindowsInfo_Click ( object sender, RoutedEventArgs e ) : void
GetXYWHs ( ) : System.Drawing.Rectangle[]
UCScreenPreview_Main_Update ( ) : void
UpdateIFilter ( ) : void

메소드 상세

WindowTableTileEdit() 공개 메소드

public WindowTableTileEdit ( Window owner, TableTile tableTile = null ) : System
owner System.Windows.Window
tableTile TableTile
리턴 System

프로퍼티 상세

Saved 공개적으로 프로퍼티

public bool Saved
리턴 bool

TableTile 공개적으로 프로퍼티

public TableTile,PsHandler.TableTiler TableTile
리턴 TableTile

_regexWindowClass 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions _regexWindowClass
리턴 System.Text.RegularExpressions.Regex

_regexWindowTitle 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions _regexWindowTitle
리턴 System.Text.RegularExpressions.Regex