ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / MapItem Class / UIElement Property

In This Topic
    UIElement Property (MapItem)
    In This Topic
    Gets or sets a UI element for which a help topic is displayed.
    Syntax
    'Declaration
     
    Public Property UIElement As System.Object
    public System.object UIElement {get; set;}
    Remarks
    This property should be set only once and shouldn't be changed after that.
    See Also