Skip to content

PopupControl Control Members

See Also

PopupControl Overview

See Also | | Suite Pro Controls ActiveX Control v24.0 | | | | | | | | |---|---|---|---|---|---|---|---|---|

PopupControl Control Members

Public Methods

Method Description
Public MethodAboutBox Displays a dialog box that specifies the current version of the control.
Public MethodAddItem Adds a PopupControlItem to the popup control. This is how you add icons and text to the popup control. This is also used when creating custom themes.
Public MethodClose Closes the popup control.
Public MethodHide Hides the popup control.
Public MethodItem Returns a PopupControlItem at the specified index.
Public MethodRemoveAllItems Removes all popup control items (icons, text, etc...) from the popup control.
Public MethodRemoveItem Removes an item from the popup control.
Public MethodSetSize Sets the size of the popup control.
Public MethodShow Shows/displays the popup control.

Public Properties

Property Description
Public PropertyAllowMove Specifies whether the user can click and drag the popup window when it is displayed.
Public PropertyAnimateDelay Gets/Sets the amount of time it takes to complete the animation when opening and closing the popup control. Delay is measured in milliseconds.
Public PropertyAnimation Gets/Sets the type of animation used when displaying and closing the popup control.
Public PropertyBackgroundBitmap Index of an image from the ImageManager to use as a background for the popup control.
Public PropertyBottom Gets/Sets the position of the popup control on the screen in pixels. This property indicates where the bottom border of the popup window will be displayed. This is used with the Right property to set the position of the popup window.
Public PropertyDefaultLocation Specifies the default location the popup control will get displayed.
Public PropertyEnableMarkup Allows the use of a XAML snippet to be used for the Caption of this control.
Public PropertyFont Gets/Sets the font used to display the popup control items in the popup control.
Public PropertyHeight Gets/Sets the height of the popup control.
Public PropertyIcons The Icons property is a collection of icons that can be used in PopupControlItem objects.
Public PropertyItemCount Total number of items that have been added to the Popup Control.
Public PropertyMarkupContext Connects events in XML Markup with actual methods, functions, and events in your code.
Public PropertyReCreateReparented
Public PropertyRight Gets/Sets the position of the popup control on the screen in pixels. This property indicates where the right border of the popup window will be displayed. This is used with the "bottom" property to set the position of the popup window.
Public PropertyRightToLeft Gets or sets a value indicating whether the PopupControl elements are aligned to support locales using right-to-left fonts.
Public PropertyShowDelay Gets/Sets the amount of time that the popup control is displayed in milliseconds.
Public PropertySplashScreenMode Specifies whether to ignore mouse movements. I.e., for fade-in/out and auto-closing.
Public Propertystate Gets the current state of the popup control. I.e., if the popup control is opening, open, closing, or closed.
Public PropertyTransparency Gets/Sets the level of transparency used when displaying the popup control. Range: 0 - 255.
Public PropertyVisualTheme Gets/Sets the visual theme used to display the popup control.
Public PropertyWidth Gets/Sets the width of the popup control.

Events

Event Description
Public EventItemClick Occurs when a popup control item is clicked. In this event, you use the Id of the popup control item to determine which item was clicked.
Public EventReCreated Occurs when the state of the popup control changes. For example, this occurs when the state of the popup control changes from closing to closed, or open to closing.

See Also

PopupControl Overview


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.