Compartir vía


CustomLabel.ToolTip Propiedad

Definición

Obtiene o establece el texto de información sobre herramientas de la etiqueta personalizada.

public:
 property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ToolTip { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ToolTip : string with get, set
Public Property ToolTip As String

Valor de propiedad

String

Valor string que representa el texto de información sobre herramientas.

Implementaciones

Atributos

Se aplica a