CommandAttribute.Title Property
Gets the title that will be shown for this command in the UI (User Interface).
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Overridable Property Title As String
public virtual string Title { get; set; }
public:
virtual property String^ Title {
String^ get ();
void set (String^ value);
}
public function get Title () : String
public function set Title (value : String)
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace