KaxColorPickerPickColorText Property |
Note: This API is now obsolete.
Gets or sets the tooltip of the icon
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[ObsoleteAttribute("This property is obsolete. Please use the Localization property instead.")]
public string PickColorText { get; set; }
<ObsoleteAttribute("This property is obsolete. Please use the Localization property instead.")>
Public Property PickColorText As String
Get
Set
public:
[ObsoleteAttribute(L"This property is obsolete. Please use the Localization property instead.")]
property String^ PickColorText {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("This property is obsolete. Please use the Localization property instead.")>]
member PickColorText : string with get, set
Property Value
Type:
String
See Also