ulReturn
(
ULONG
) - returns
Class style for this object.
CLSSTYLE_DONTTEMPLATE
Do not allow a create-template operation on objects of this class.
CLSSTYLE_NEVERCOPY
Do not allow a copy operation on objects of this class.
CLSSTYLE_NEVERDELETE
Do not allow a delete operation on objects of this class.
CLSSTYLE_NEVERDRAG
Do not allow a drag operation on objects of this class.
CLSSTYLE_NEVERDROPON
Do not allow a dropon operation on objects of this class.
CLSSTYLE_NEVERLINK
Do not allow a create-shadow operation on objects of this class.
CLSSTYLE_NEVERMOVE
Do not allow a move operation on objects of this class.
CLSSTYLE_NEVERPRINT
Do not allow a print of this object.
CLSSTYLE_NEVERRENAME
Do not allow the renaming of objects of this class.
CLSSTYLE_NEVERSETTINGS
Do not allow a settings operation on objects of this class.
CLSSTYLE_NEVERVISIBLE
Make instances of this class always invisible.
[Back]
[Next]