Search Results for

    Show / Hide Table of Contents

    Interface IWidgetInfo

    Describes a fusion widget

    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IWidgetInfo

    Properties

    | Improve this Doc View Source

    ContainableBy

    Indicates which containers this widget is containable by

    Declaration
    string[] ContainableBy { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    Description

    Gets the description

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

    ImageClass

    Gets the image css class

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

    ImageUrl

    Gets the image url

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

    Label

    Gets the label

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

    LocalizedType

    Gets the localized type of the widget

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

    Location

    Gets the location

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

    Parameters

    Gets the parameters for this widget

    Declaration
    IWidgetParameter[] Parameters { get; }
    Property Value
    Type Description
    IWidgetParameter[]
    | Improve this Doc View Source

    StandardUi

    Indicates if this is a UI widget

    Declaration
    bool StandardUi { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StatusText

    Gets the text to display in the status bar

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

    Tooltip

    Gets the tooltip

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

    Type

    Gets the type of widget

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