Search Results for

    Show / Hide Table of Contents

    Interface IFlyoutItem

    A flyout menu item

    Inherited Members
    IUIItem.Parent
    IUIItem.Function
    IMenu.ItemCount
    IMenu.Items
    IMenu.MoveUp(IUIItem)
    IMenu.MoveDown(IUIItem)
    IMenu.GetIndex(IUIItem)
    IMenu.Insert(IUIItem, Int32)
    IMenu.AddItem(IUIItem)
    IMenu.RemoveItem(IUIItem)
    ILocalizable.Tooltip
    ILocalizable.Description
    ILocalizable.ImageURL
    ILocalizable.DisabledImageURL
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFlyoutItem : IUIItem, IMenu, ILocalizable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Label

    Gets or sets the label.

    Declaration
    string Label { get; set; }
    Property Value
    Type Description
    System.String

    The label.

    Extension Methods

    MenuExtensions.AddItems(IMenu, IUIItem[])
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng