wpSetStyle Parameter - ulNewStyle
ulNewStyle
(
ULONG
) - input
Object styles.
OBJSTYLE_CUSTOMICON
The icon is destroyed when the object goes dormant.
OBJSTYLE_NOCOPY
This object cannot be copied.
OBJSTYLE_NODELETE
This object cannot be deleted.
OBJSTYLE_NODRAG
This object cannot be dragged.
OBJSTYLE_NODROPON
No other object can be dropped on this object; however, this object can be dragged and dropped on other objects.
OBJSTYLE_NOLINK
This object cannot have a shadow created.
OBJSTYLE_NOMOVE
This object cannot move.
OBJSTYLE_NOPRINT
This object cannot be printed.
OBJSTYLE_NORENAME
This object cannot be renamed.
OBJSTYLE_NOSETTINGS
This object cannot be set.
OBJSTYLE_NOTVISIBLE
This object is not visible.
OBJSTYLE_TEMPLATE
This object is a template.
OBJSTYLE_LOCKEDINPLACE
Lock this object in place.
[Back: wpSetStyle Parameter - somSelf]
[Next: wpSetStyle Return Value - rc]