Метод |
Описание |
|
ActiveXHost ( ) : System |
|
|
ActiveXHost ( Guid clsid, bool fTrusted ) : System |
|
|
AttachInterfaces ( object nativeActiveXObject ) : void |
|
|
AttachInterfacesInternal ( ) : void |
|
|
AttachWindow ( IntPtr hwnd ) : void |
|
|
BuildWindowCore ( HandleRef hwndParent ) : HandleRef |
|
|
CreateActiveXObject ( Guid clsid ) : object |
|
|
CreateActiveXSite ( ) : ActiveXSite |
|
|
CreateSink ( ) : void |
|
|
DetachInterfaces ( ) : void |
|
|
DetachInterfacesInternal ( ) : void |
|
|
DetachSink ( ) : void |
|
|
DoVerb ( int verb ) : bool |
|
|
GetAxHostState ( int mask ) : bool |
|
|
GetExtent ( ) : NativeMethods.SIZE |
|
|
OnAccessKeyPressed ( object sender, AccessKeyPressedEventArgs args ) : void |
|
|
OnActiveXStateChange ( int oldState, int newState ) : void |
Called whenever the ActiveX state changes. Subclasses can do additional hookup/cleanup depending on the state transitions |
|
OnGotFocus ( object sender, KeyboardFocusChangedEventArgs e ) : void |
|
|
OnInitialized ( object sender, EventArgs e ) : void |
|
|
OnIsEnabledInvalidated ( ActiveXHost axHost ) : void |
|
|
OnLostFocus ( object sender, KeyboardFocusChangedEventArgs e ) : void |
|
|
OnVisibilityInvalidated ( ActiveXHost axHost ) : void |
|
|
OnWindowPositionChanged ( Rect bounds ) : void |
|
|
RegisterAccessKey ( char key ) : void |
|
|
SetAxHostState ( int mask, bool value ) : void |
|
|
SetExtent ( int width, int height ) : NativeMethods.SIZE |
|
|
StartEvents ( ) : void |
|
|
StopEvents ( ) : void |
|
|
TransitionDownTo ( ActiveXHelper.ActiveXState state ) : void |
|
|
TransitionFromInPlaceActiveToRunning ( ) : void |
|
|
TransitionFromInPlaceActiveToUIActive ( ) : void |
|
|
TransitionFromLoadedToPassive ( ) : void |
|
|
TransitionFromLoadedToRunning ( ) : void |
|
|
TransitionFromPassiveToLoaded ( ) : void |
|
|
TransitionFromRunningToInPlaceActive ( ) : void |
|
|
TransitionFromRunningToLoaded ( ) : void |
|
|
TransitionFromUIActiveToInPlaceActive ( ) : void |
|
|
TransitionUpTo ( ActiveXHelper.ActiveXState state ) : void |
|
|