BCGControlBar Library for .NET
LayoutInfo Property




Syntax
'Declaration
 
Public Property LayoutInfo As BCGSoft.Design.Shared.CommandBarInfo
'Usage
 
Dim instance As CommandBar
Dim value As BCGSoft.Design.Shared.CommandBarInfo
 
instance.LayoutInfo = value
 
value = instance.LayoutInfo
public BCGSoft.Design.Shared.CommandBarInfo LayoutInfo {get; set;}
public: __property BCGSoft.Design.Shared.CommandBarInfo get_LayoutInfo();
public: __property void set_LayoutInfo( 
   BCGSoft.Design.Shared.CommandBarInfo value
);
public:
property BCGSoft.Design.Shared.CommandBarInfo LayoutInfo {
   BCGSoft.Design.Shared.CommandBarInfo get();
   void set (    BCGSoft.Design.Shared.CommandBarInfo 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

CommandBar Class
CommandBar Members

Send Feedback