BCGControlBar Library for .NET
ParentPanel Property (ExecuteCommandEventArgs)




Specifies the parent command panel of the command object to execute the commands.
Syntax
'Declaration
 
Public ReadOnly Property ParentPanel As CommandPanel
'Usage
 
Dim instance As ExecuteCommandEventArgs
Dim value As CommandPanel
 
value = instance.ParentPanel
public CommandPanel ParentPanel {get;}
public: __property CommandPanel* get_ParentPanel();
public:
property CommandPanel^ ParentPanel {
   CommandPanel^ get();
}
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

ExecuteCommandEventArgs Class
ExecuteCommandEventArgs Members

Send Feedback