BCGControlBar Library for .NET
ChangePriority Method




Syntax
'Declaration
 
Public Sub ChangePriority( _
   ByVal obj As Object, _
   ByVal top As Boolean _
) 
'Usage
 
Dim instance As MessageFilter
Dim obj As Object
Dim top As Boolean
 
instance.ChangePriority(obj, top)
public void ChangePriority( 
   object obj,
   bool top
)
public: void ChangePriority( 
   Object* obj,
   bool top
) 
public:
void ChangePriority( 
   Object^ obj,
   bool top
) 

Parameters

obj
top
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageFilter Class
MessageFilter Members

Send Feedback