SpreadsheetGear 2017
Resources Property (ColumnHeader)






SpreadsheetGear.Windows.Controls Namespace > ColumnHeader Class : Resources Property
Syntax
'Declaration
 
<System.Windows.Markup.AmbientAttribute()>
Public Property Resources As System.Windows.ResourceDictionary
'Usage
 
Dim instance As ColumnHeader
Dim value As System.Windows.ResourceDictionary
 
instance.Resources = value
 
value = instance.Resources
[System.Windows.Markup.Ambient()]
public System.Windows.ResourceDictionary Resources {get; set;}
public read-write property Resources: System.Windows.ResourceDictionary; 
System.Windows.Markup.AmbientAttribute()
public function get,set Resources : System.Windows.ResourceDictionary
[System.Windows.Markup.Ambient()]
public: __property System.Windows.ResourceDictionary* get_Resources();
public: __property void set_Resources( 
   System.Windows.ResourceDictionary* value
);
[System.Windows.Markup.Ambient()]
public:
property System.Windows.ResourceDictionary^ Resources {
   System.Windows.ResourceDictionary^ get();
   void set (    System.Windows.ResourceDictionary^ 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

ColumnHeader Class
ColumnHeader Members