HwndWrapper.WindowClassAtom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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