[HideModuleNameAttribute]
public sealed class ComCtl32
<HideModuleNameAttribute>
Public NotInheritable Class ComCtl32
Dim instance As ComCtl32
[HideModuleNameAttribute]
public ref class ComCtl32 sealed
[<SealedAttribute>]
[<HideModuleNameAttribute>]
type ComCtl32 = class end
No code example is currently available or this language may not be supported.
DefSubclassProc(IntPtr, WindowMessages, IntPtr, IntPtr) | Calls the next handler in a window's subclass chain. The last handler in the subclass chain calls the original window procedure for the window. |
DefSubclassProc(IntPtr, UInt32, IntPtr, IntPtr) | Calls the next handler in a window's subclass chain. The last handler in the subclass chain calls the original window procedure for the window. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEffectiveClientRect(IntPtr, NativeRectangle, IntPtr) | Calculates the dimensions of a rectangle in the client area that contains all the specified controls. |
GetEffectiveClientRect(IntPtr, Rectangle, IntPtr) | Calculates the dimensions of a rectangle in the client area that contains all the specified controls. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetMUILanguage | Gets the language currently in use by the common controls for a particular process. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ImageList_Destroy | Destroys an image list. |
ImageList_Duplicate | Creates a duplicate of an existing image list. |
ImageList_GetIcon | Creates an icon from an image and mask in an image list. |
ImageList_GetIconSize | Retrieves the dimensions of images in an image list. All images in an image list have the same dimensions. |
ImageList_GetImageCount | Retrieves the number of images in an image list. |
ImageList_Read | Reads an image list from a stream. |
ImageList_Write | Writes an image list to a stream. |
InitMUILanguage | Enables an application to specify a language to be used with the common controls that is different from the system language. |
ListBoxItemFromPoint(IntPtr, NativePoint, Boolean) | Retrieves the index of the item at the specified point in a list box. |
ListBoxItemFromPoint(IntPtr, Point, Boolean) | Retrieves the index of the item at the specified point in a list box. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |