HwndWrapper.WindowClassAtom Property

Definition

Important

This API is not CLS-compliant.

Gets or creates the class atom returned from CreateWindowClassCore.

protected:
 property System::UInt16 WindowClassAtom { System::UInt16 get(); };
protected:
 property unsigned short WindowClassAtom { unsigned short get(); };
[System.CLSCompliant(false)]
protected ushort WindowClassAtom { get; }
protected ushort WindowClassAtom { get; }
[<System.CLSCompliant(false)>]
member this.WindowClassAtom : uint16
member this.WindowClassAtom : uint16
Protected ReadOnly Property WindowClassAtom As UShort

Property Value

Returns the class atom.

Attributes

Applies to