HardwareButton Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Allows overriding the functionality of Pocket PC hardware buttons.
The HardwareButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HardwareButton | Initializes a new instance of the HardwareButton class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the Component. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
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 | |
---|---|---|
AssociatedControl | Gets or sets a Form, Panel or custom control associated with a HardwareButton on a Pocket PC. | |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
HardwareKey | Gets or sets one of the HardwareKeys values to be associated with a HardwareButton on a Pocket PC. | |
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
Top