Search Results for

    Show / Hide Table of Contents

    Interface IUIWidget

    Represents a widget definition that is accessible from a menu or toolbar

    Inherited Members
    IWidget.Name
    IWidget.Type
    IWidget.Location
    IWidget.ToXml()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    IExtensibleElement.Extension
    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IUIWidget : IWidget, INotifyPropertyChanged, IExtensibleElement

    Properties

    | Improve this Doc View Source

    Disabled

    Indicates if it is disabled

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

    ImageClass

    The image icon CSS class

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

    ImageUrl

    The image icon 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

    StatusText

    The status bar text

    Declaration
    string StatusText { 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

    Methods

    | Improve this Doc View Source

    Clone()

    Clones this instance

    Declaration
    IUIWidget Clone()
    Returns
    Type Description
    IUIWidget

    Extension Methods

    ExtensionMethods.GetNames(IExtensibleElement)
    ExtensionMethods.GetAllValues(IExtensibleElement)
    ExtensionMethods.SetSubjectOrExternalLayerProperties(IExtensibleElement, IDictionary<String, Object>)
    ExtensionMethods.SetAllValues(IExtensibleElement, NameValueCollection)
    ExtensionMethods.SetValue(IExtensibleElement, String, String)
    ExtensionMethods.CreateExtensionElement(IExtensibleElement, String)
    ExtensionMethods.GetValue(IExtensibleElement, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng