BCGControlBar Library for .NET
ParentCommandBar Property (TasksPaneToolbarButton)




Syntax
'Declaration
 
Public Property ParentCommandBar As TasksPaneToolBar
'Usage
 
Dim instance As TasksPaneToolbarButton
Dim value As TasksPaneToolBar
 
instance.ParentCommandBar = value
 
value = instance.ParentCommandBar
public TasksPaneToolBar ParentCommandBar {get; set;}
public: __property TasksPaneToolBar* get_ParentCommandBar();
public: __property void set_ParentCommandBar( 
   TasksPaneToolBar* value
);
public:
property TasksPaneToolBar^ ParentCommandBar {
   TasksPaneToolBar^ get();
   void set (    TasksPaneToolBar^ 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

TasksPaneToolbarButton Class
TasksPaneToolbarButton Members

Send Feedback