Intersoft ClientUI Documentation
ResourceTextColorMemberPath Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleView Class : ResourceTextColorMemberPath Property






Gets or sets the resource text color member path.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Resources Binding")>
Public Property ResourceTextColorMemberPath As String
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleView
Dim value As String
 
instance.ResourceTextColorMemberPath = value
 
value = instance.ResourceTextColorMemberPath
C# 
[CategoryAttribute("Resources Binding")]
public string ResourceTextColorMemberPath {get; set;}
Delphi 
public read-write property ResourceTextColorMemberPath: String; 
JScript 
CategoryAttribute("Resources Binding")
public function get,set ResourceTextColorMemberPath : String
Managed Extensions for C++ 
[CategoryAttribute("Resources Binding")]
public: __property string* get_ResourceTextColorMemberPath();
public: __property void set_ResourceTextColorMemberPath( 
   string* value
);
C++/CLI 
[CategoryAttribute("Resources Binding")]
public:
property String^ ResourceTextColorMemberPath {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.