BCGControlBar Library for .NET
ExplicitDispose Property




This property has no default implementation. Override this property in the derived class to specify if the command object should be destroy on removing the parent command panel. In BCGControlBar.NET library this property is used in destructor of the PopupMenuBar class to specify if  its child menu items should be removed.
Syntax
'Declaration
 
Public Property ExplicitDispose As Boolean
'Usage
 
Dim instance As CommandObject
Dim value As Boolean
 
instance.ExplicitDispose = value
 
value = instance.ExplicitDispose
public bool ExplicitDispose {get; set;}
public: __property bool get_ExplicitDispose();
public: __property void set_ExplicitDispose( 
   bool value
);
public:
property bool ExplicitDispose {
   bool get();
   void set (    bool value);
}
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

CommandObject Class
CommandObject Members

Send Feedback