'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the text that will be displayed when the mouse hovers a command sharing this context.")> Public Property TooltipText As System.String
'Usage
Dim instance As NCommandContext Dim value As System.String instance.TooltipText = value value = instance.TooltipText
[System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the text that will be displayed when the mouse hovers a command sharing this context.")] public System.string TooltipText {get; set;}