C# 클래스 AdvancedLauncher.Tools.Interop.HwndSourceHost

상속: HwndHostEx
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundProperty System.Windows.DependencyProperty
ChildProperty System.Windows.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
_hwndSource System.Windows.Interop.HwndSource

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
BuildWindowOverride ( HWND hwndParent ) : HWND
DestroyWindowOverride ( HWND hwnd ) : void
Dispose ( bool disposing ) : void
HasFocusWithinCore ( ) : bool
MeasureOverride ( Size constraint ) : Size

Determine the desired size of this element within the specified constraints.

OnMnemonicCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
OnRender ( System drawingContext ) : void
TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
TranslateAcceleratorCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
TranslateCharCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool

비공개 메소드들

메소드 설명
OnChildChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRootMeasured ( object sender, EventArgs e ) : void
SetRootVisual ( object arg ) : object

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

BuildWindowOverride() 보호된 최종 메소드

protected final BuildWindowOverride ( HWND hwndParent ) : HWND
hwndParent AdvancedLauncher.Tools.Win32.User32.HWND
리턴 AdvancedLauncher.Tools.Win32.User32.HWND

DestroyWindowOverride() 보호된 최종 메소드

protected final DestroyWindowOverride ( HWND hwnd ) : void
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HasFocusWithinCore() 보호된 최종 메소드

protected final HasFocusWithinCore ( ) : bool
리턴 bool

MeasureOverride() 보호된 메소드

Determine the desired size of this element within the specified constraints.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

OnMnemonicCore() 보호된 최종 메소드

protected final OnMnemonicCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
리턴 bool

OnRender() 보호된 메소드

protected OnRender ( System drawingContext ) : void
drawingContext System
리턴 void

TabIntoCore() 보호된 최종 메소드

protected final TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
request System.Windows.Input.TraversalRequest
리턴 bool

TranslateAcceleratorCore() 보호된 최종 메소드

protected final TranslateAcceleratorCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
리턴 bool

TranslateCharCore() 보호된 최종 메소드

protected final TranslateCharCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
리턴 bool

프로퍼티 상세

BackgroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BackgroundProperty
리턴 System.Windows.DependencyProperty

ChildProperty 공개적으로 정적으로 프로퍼티

The child of this HwndSourceHost.
public static DependencyProperty,System.Windows ChildProperty
리턴 System.Windows.DependencyProperty

_hwndSource 보호되어 있는 프로퍼티

protected HwndSource,System.Windows.Interop _hwndSource
리턴 System.Windows.Interop.HwndSource