BCGControlBar Library for .NET
AlwaysModified Property




Specifies if the text is marked always as modified. It means that the property text is always displayed using bold font
Syntax
'Declaration
 
Public Property AlwaysModified As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim value As Boolean
 
instance.AlwaysModified = value
 
value = instance.AlwaysModified
public bool AlwaysModified {get; set;}
public: __property bool get_AlwaysModified();
public: __property void set_AlwaysModified( 
   bool value
);
public:
property bool AlwaysModified {
   bool get();
   void set (    bool 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

PropertyListItem Class
PropertyListItem Members

Send Feedback