Show / Hide Table of Contents

    Interface IMenuItem

    Menu item.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface IMenuItem

    Properties

    HtmlText

    Segment's text with Html markup

    Declaration
    string HtmlText { get; set; }
    Property Value
    Type Description
    String

    IconFontFamily

    Gets or sets the font family for the IconText

    Declaration
    string IconFontFamily { get; set; }
    Property Value
    Type Description
    String

    IconFontSize

    Gets for set the font size for the IconText

    Declaration
    double IconFontSize { get; set; }
    Property Value
    Type Description
    Double

    IconImage

    Image for segment's icon (alternative to IconText)

    Declaration
    Image IconImage { get; set; }
    Property Value
    Type Description
    Image

    IconText

    HtmlText for segment's icon (alternative to IconImage)

    Declaration
    string IconText { get; set; }
    Property Value
    Type Description
    String

    Text

    Segment's text

    Declaration
    string Text { get; set; }
    Property Value
    Type Description
    String

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel