MFFlagCheck Method (MFrameClass)
flag to check with
result: 1 if a frame has this flag, 0 - if not.
Checks a frame's flag
Syntax
Public Overridable Sub MFFlagCheck( _
   ByVal _eFlagCheck As eMFrameFlags, _
   ByRef _pnRes As Integer _
) 
public virtual void MFFlagCheck( 
   eMFrameFlags _eFlagCheck,
   out int _pnRes
)
public procedure MFFlagCheck( 
    _eFlagCheck: eMFrameFlags;
   Out  _pnRes: Integer
); virtual; 
public: virtual void MFFlagCheck( 
   eMFrameFlags _eFlagCheck,
   [PARAMFLAG::Out] int _pnRes
) 

Parameters

_eFlagCheck
flag to check with
_pnRes
result: 1 if a frame has this flag, 0 - if not.
See Also

Reference

MFrameClass Class
MFrameClass Members