Click or drag to resize

IMcObjectUserFlags Property

A masked read/write property reflecting the object's UserFlags.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Property UserFlags ( 
	Optional eMask As mcobjUserFlags = mcobjUserFlags.mcobjUserFlagsSettableMask,
	Optional bNotifySinks As Boolean = false
) As mcobjUserFlags
	Get
	Set

Parameters

eMask (Optional)
Type: MediaCy.IQL.ObjectManagermcobjUserFlags
[in, defaultvalue(mcobjUserFlagsSettableMask)] A mask for which flag bits are to be changed or returned.
bNotifySinks (Optional)
Type: SystemBoolean
[in, defaultvalue(False)] If True, any standard notify sinks get sent a IMcObjStandardNotify::HousekeepingChanged call after the UserFlags property has been changed. If False, no notify is fired.

Property Value

Type: mcobjUserFlags
Remarks
Many flag bits have system-defined meanings. The user-settable flags are enumerated in the mcobjUserFlags constant.
See Also