'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the tooltip text to be displayed when the command is selected.")> Public Property TooltipText As System.String
'Usage
Dim instance As NCommandProperties Dim value As System.String instance.TooltipText = value value = instance.TooltipText
[System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the tooltip text to be displayed when the command is selected.")] public System.string TooltipText {get; set;}