BCGControlBar Library for .NET
CommandButton Property




Syntax
'Declaration
 
Public Property CommandButton As BackstageButton
'Usage
 
Dim instance As BackstageMiniPanel
Dim value As BackstageButton
 
instance.CommandButton = value
 
value = instance.CommandButton
public BackstageButton CommandButton {get; set;}
public: __property BackstageButton* get_CommandButton();
public: __property void set_CommandButton( 
   BackstageButton* value
);
public:
property BackstageButton^ CommandButton {
   BackstageButton^ get();
   void set (    BackstageButton^ 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

BackstageMiniPanel Class
BackstageMiniPanel Members

Send Feedback