'Declaration
<AutoFormatDisableAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the duration after which a dynamic menu (a menu item's submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.")>
<CategoryAttribute("Davranış")>
<DefaultValueAttribute()>
Public Property DisappearAfter As Integer
'Usage
Dim instance As MenuStrip
Dim value As Integer
instance.DisappearAfter = value
value = instance.DisappearAfter
[AutoFormatDisableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the duration after which a dynamic menu (a menu item's submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.")]
[CategoryAttribute("Davranış")]
[DefaultValueAttribute()]
public int DisappearAfter {get; set;}
[AutoFormatDisableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the duration after which a dynamic menu (a menu item's submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.")]
[CategoryAttribute("Davranış")]
[DefaultValueAttribute()]
public:
property int DisappearAfter {
int get();
void set ( int value);
}