C# Class CommonControls.CommonLightBox

UserControl1.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
BindUIElement ( UIElement elem ) : void
CommonLightBox ( ) : System
GetWindowRectangle ( Window window ) : RECT
OnMouseDownAtSaveBlackoutBorder ( object obj, RoutedEventArgs arg ) : void
OnMouseDownCancelAtBlackoutBorder ( object obj, RoutedEventArgs arg ) : void

Private Methods

Method Description
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
Window_Initialized_1 ( object sender, EventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

BindUIElement() public method

public BindUIElement ( UIElement elem ) : void
elem UIElement
return void

CommonLightBox() public method

public CommonLightBox ( ) : System
return System

GetWindowRectangle() public static method

public static GetWindowRectangle ( Window window ) : RECT
window System.Windows.Window
return RECT

OnMouseDownAtSaveBlackoutBorder() public method

public OnMouseDownAtSaveBlackoutBorder ( object obj, RoutedEventArgs arg ) : void
obj object
arg System.Windows.RoutedEventArgs
return void

OnMouseDownCancelAtBlackoutBorder() public method

public OnMouseDownCancelAtBlackoutBorder ( object obj, RoutedEventArgs arg ) : void
obj object
arg System.Windows.RoutedEventArgs
return void