BCGControlBar Library for .NET
RecentDocumentsCaptionText Property




Specifies the header for the CategoryItem with recently used document list.
Syntax
'Declaration
 
Public Property RecentDocumentsCaptionText As String
'Usage
 
Dim instance As MainRibbonPanel
Dim value As String
 
instance.RecentDocumentsCaptionText = value
 
value = instance.RecentDocumentsCaptionText
public string RecentDocumentsCaptionText {get; set;}
public: __property string* get_RecentDocumentsCaptionText();
public: __property void set_RecentDocumentsCaptionText( 
   string* value
);
public:
property String^ RecentDocumentsCaptionText {
   String^ get();
   void set (    String^ value);
}
Remarks
The value "REcent Documents" is set for this property in the constructor of the MainRibbonPanel.
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

MainRibbonPanel Class
MainRibbonPanel Members

Send Feedback