Intersoft ClientUI Documentation
ResourceOverride Property (UXDataComboBox)



Gets or sets the individual resource object to override the existing localized resource.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ResourceOverride As UXDataComboBoxResource
Dim instance As UXDataComboBox
Dim value As UXDataComboBoxResource
 
instance.ResourceOverride = value
 
value = instance.ResourceOverride
[CategoryAttribute("Common Properties")]
public UXDataComboBoxResource ResourceOverride {get; set;}
[CategoryAttribute("Common Properties")]
public:
property UXDataComboBoxResource^ ResourceOverride {
   UXDataComboBoxResource^ get();
   void set (    UXDataComboBoxResource^ 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

UXDataComboBox Class
UXDataComboBox Members

Send Feedback