ExtCursor Class Members
The following tables list the members exposed by ExtCursor.
Public Constructors
Name | Description | |
---|---|---|
ExtCursor Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
Container | (Inherited from System.ComponentModel.Component) | |
Cursor | Gets the System.Windows.Cursor contained in this ExtCursor. | |
Handle | Gets handle of the cursor. | |
HotSpot | Gets the cursor hotspot. | |
IsHandleCreated | Gets a value indicating whether the cursor handle has been created. | |
Site | (Inherited from System.ComponentModel.Component) | |
Size | Gets the cursor size. | |
SizeDefault | Gets or sets a value indicating whether the default system metric cursor size should be used when loading. | |
SizePreferred | Gets or sets the preferred size of the cursor to be loaded. |
Protected Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Public Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
ImageList_Draw | Image list draw. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Public Events
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
HandleCreated | Occurs when a handle is created for the cursor. | |
HandleDestroyed | Occurs when the cursor handle is destroyed. |
See Also