AppActivateEventArgs Members
Include Protected Members
Include Inherited Members
The event args given to listeners of the AppActivate event.
The AppActivateEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppActivateEventArgs | Constructs a AppActivateEventArgs object with the given info. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
HostAppActivating | Indicates whether the component host application is recieving activation (true) or losing it (false). | |
ThreadId | If HostAppActivating is true this represents the thread ID if the thread that owns the window being deactivated. If it is false it is the thread ID of the thread that owns the window that is being activated. |
Top
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace