Search Results for

    Show / Hide Table of Contents

    Interface IFlyoutItem

    Represents a toolbar/menu flyout 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)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFlyoutItem : IUIItem, IMenu, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ImageClass

    The image CSS class

    Declaration
    string ImageClass { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ImageUrl

    The image url

    Declaration
    string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Label

    The label

    Declaration
    string Label { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Tooltip

    The tooltip

    Declaration
    string Tooltip { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng