Intersoft ClientUI Documentation
CommandBarTemplate Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : CommandBarTemplate Property






Gets or sets the template that represents command bar which is placed in the bottom edge of the content area.

Syntax

Visual Basic (Declaration) 
Public Property CommandBarTemplate As DataTemplate
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim value As DataTemplate
 
instance.CommandBarTemplate = value
 
value = instance.CommandBarTemplate
C# 
public DataTemplate CommandBarTemplate {get; set;}
Delphi 
public read-write property CommandBarTemplate: DataTemplate; 
JScript 
public function get,set CommandBarTemplate : DataTemplate
Managed Extensions for C++ 
public: __property DataTemplate* get_CommandBarTemplate();
public: __property void set_CommandBarTemplate( 
   DataTemplate* value
);
C++/CLI 
public:
property DataTemplate^ CommandBarTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.