'Declaration
<DefaultValueAttribute()>
<AutoFormatDisableAttribute()>
<TypeConverterAttribute("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the name of a data field (or an xml element's attribute) which provides menu item tooltip texts.")>
<CategoryAttribute("Veri")>
<LocalizableAttribute(False)>
Public Property ToolTipField As String
'Usage
Dim instance As MenuStrip
Dim value As String
instance.ToolTipField = value
value = instance.ToolTipField
[DefaultValueAttribute()]
[AutoFormatDisableAttribute()]
[TypeConverterAttribute("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the name of a data field (or an xml element's attribute) which provides menu item tooltip texts.")]
[CategoryAttribute("Veri")]
[LocalizableAttribute(false)]
public string ToolTipField {get; set;}
[DefaultValueAttribute()]
[AutoFormatDisableAttribute()]
[TypeConverterAttribute("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the name of a data field (or an xml element's attribute) which provides menu item tooltip texts.")]
[CategoryAttribute("Veri")]
[LocalizableAttribute(false)]
public:
property String^ ToolTipField {
String^ get();
void set ( String^ value);
}