'Declaration
<DefaultValueAttribute()>
<AutoFormatDisableAttribute()>
<CategoryAttribute("Yerleşim")>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the direction in which the first sub-menu appears.")>
Public Property FirstSubMenuDirection As DevExpress.Web.FirstSubMenuDirection
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.FirstSubMenuDirection
instance.FirstSubMenuDirection = value
value = instance.FirstSubMenuDirection
[DefaultValueAttribute()]
[AutoFormatDisableAttribute()]
[CategoryAttribute("Yerleşim")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the direction in which the first sub-menu appears.")]
public DevExpress.Web.FirstSubMenuDirection FirstSubMenuDirection {get; set;}
[DefaultValueAttribute()]
[AutoFormatDisableAttribute()]
[CategoryAttribute("Yerleşim")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the direction in which the first sub-menu appears.")]
public:
property DevExpress.Web.FirstSubMenuDirection FirstSubMenuDirection {
DevExpress.Web.FirstSubMenuDirection get();
void set ( DevExpress.Web.FirstSubMenuDirection value);
}