BCGControlBar Library for .NET
ToolbarName Property




Specifies the name of ToolBar to be set.
Syntax
'Declaration
 
Public Property ToolbarName As String
'Usage
 
Dim instance As ToolbarNameDialog
Dim value As String
 
instance.ToolbarName = value
 
value = instance.ToolbarName
public string ToolbarName {get; set;}
public: __property string* get_ToolbarName();
public: __property void set_ToolbarName( 
   string* value
);
public:
property String^ ToolbarName {
   String^ get();
   void set (    String^ 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

ToolbarNameDialog Class
ToolbarNameDialog Members

Send Feedback