See Also
PopupControl Overview
| | Suite Pro Controls ActiveX Control v24.0 | | | | | | | |
|---|---|---|---|---|---|---|---|---|
Public Methods
| Method |
Description |
AboutBox |
Displays a dialog box that specifies the current version of the control. |
AddItem |
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. |
Close |
Closes the popup control. |
Hide |
Hides the popup control. |
Item |
Returns a PopupControlItem at the specified index. |
RemoveAllItems |
Removes all popup control items (icons, text, etc...) from the popup control. |
RemoveItem |
Removes an item from the popup control. |
SetSize |
Sets the size of the popup control. |
Show |
Shows/displays the popup control. |
Public Properties
| Property |
Description |
AllowMove |
Specifies whether the user can click and drag the popup window when it is displayed. |
AnimateDelay |
Gets/Sets the amount of time it takes to complete the animation when opening and closing the popup control. Delay is measured in milliseconds. |
Animation |
Gets/Sets the type of animation used when displaying and closing the popup control. |
BackgroundBitmap |
Index of an image from the ImageManager to use as a background for the popup control. |
Bottom |
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. |
DefaultLocation |
Specifies the default location the popup control will get displayed. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the Caption of this control. |
Font |
Gets/Sets the font used to display the popup control items in the popup control. |
Height |
Gets/Sets the height of the popup control. |
Icons |
The Icons property is a collection of icons that can be used in PopupControlItem objects. |
ItemCount |
Total number of items that have been added to the Popup Control. |
MarkupContext |
Connects events in XML Markup with actual methods, functions, and events in your code. |
ReCreateReparented |
|
Right |
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. |
RightToLeft |
Gets or sets a value indicating whether the PopupControl elements are aligned to support locales using right-to-left fonts. |
ShowDelay |
Gets/Sets the amount of time that the popup control is displayed in milliseconds. |
SplashScreenMode |
Specifies whether to ignore mouse movements. I.e., for fade-in/out and auto-closing. |
state |
Gets the current state of the popup control. I.e., if the popup control is opening, open, closing, or closed. |
Transparency |
Gets/Sets the level of transparency used when displaying the popup control. Range: 0 - 255. |
VisualTheme |
Gets/Sets the visual theme used to display the popup control. |
Width |
Gets/Sets the width of the popup control. |
Events
| Event |
Description |
ItemClick |
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. |
ReCreated |
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.