C# Class PsHandler.TableTiler.WindowTableTileEdit

Interaction logic for WindowTableTileEdit.xaml
Inheritance: System.Windows.Window, IFilter
Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
Saved bool
TableTile TableTile
_regexWindowClass System.Text.RegularExpressions.Regex
_regexWindowTitle System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
WindowTableTileEdit ( Window owner, TableTile tableTile = null ) : System

Private Methods

Méthode Description
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

Method Details

WindowTableTileEdit() public méthode

public WindowTableTileEdit ( Window owner, TableTile tableTile = null ) : System
owner System.Windows.Window
tableTile TableTile
Résultat System

Property Details

Saved public_oe property

public bool Saved
Résultat bool

TableTile public_oe property

public TableTile,PsHandler.TableTiler TableTile
Résultat TableTile

_regexWindowClass public_oe property

public Regex,System.Text.RegularExpressions _regexWindowClass
Résultat System.Text.RegularExpressions.Regex

_regexWindowTitle public_oe property

public Regex,System.Text.RegularExpressions _regexWindowTitle
Résultat System.Text.RegularExpressions.Regex