PanelWindow Class Members
The following tables list the members exposed by PanelWindow.
Public Properties
Name | Description | |
---|---|---|
![]() | CanBeMoved | Gets or sets/sets whether the panel is moveable by the user. |
![]() | CaptionIcon | Gets or sets/sets the image in the caption of the panel window. |
![]() | CloseOnExternalClick | Gets or sets/sets whether the panel should close when click is performed outside of form. |
![]() | Collapsed | Gets or sets/sets whether the panel window is in a collapsed state. |
![]() | Collapsible | Gets or sets/sets whether the panel window can be collapsed or not. |
![]() | Control | Control displayed in the window. |
![]() | Enabled | Gets or sets whether the window is enabled. |
![]() | Floatable | Whether the window is floatable. |
![]() | Height | Height of the window. |
![]() | HelpALink | Help link associated with the window. |
![]() | HelpContextId | Help context id associated with the window. |
![]() | IconVisible | Gets or sets/sets whether the caption icon is visible. |
![]() | IsFloating | Floating state of a window. |
![]() | Key | Key of the window in the WindowsCollection. |
![]() | Location | Location of the window. |
![]() | MaximumSize | Maximum size of the window. |
![]() | MinimumSize | Minimum size of the window. |
![]() | Opacity | Gets or sets/sets the panel opacity. |
![]() | PanelBackgroundColour | Gets or sets/sets the background colour of the panel. |
![]() | PanelBorderColour | Gets or sets/sets the border colour of the panel. |
![]() | ProgressBar | Gets the progress bar attached to the window. |
![]() | ResizeSide | Sets the resize side. |
![]() | RoundedCorners | Gets or sets/sets the roundness of the panel corners (0 is square corners). |
![]() | ShowStatusBar | Gets or sets/sets whether the panel status bar is shown. |
![]() | ShowTitleBar | Gets or sets/sets whether the panel title bar is shown. |
![]() | ShowWindowWithoutActivation | Gets or sets/sets the Window 'show without activation' property. |
![]() | Size | Size of the window. |
![]() | StatusBarBackgroundColour | Gets or sets/sets the background Colour used for the status bar. |
![]() | StatusBarLabelFont | Gets or sets/sets the font used for the status bar label. |
![]() | StatusBarLeftLabelText | Gets or sets the label used for outputting status bar text. |
![]() | StatusBarLeftLabelTooltipText | Gets or sets/sets the left status bar tooltip text. |
![]() | StatusBarRightLabelText | Gets or sets/sets the right status bar label text. |
![]() | StatusBarRightLabelTooltipText | Gets or sets/sets the right status bar tooltip text. |
![]() | StatusBarTooltipsActive | Gets or sets/sets whether the tooltips are displayed on the status bar. |
![]() | StatusBarVisible | Gets or sets/sets whether the status bar is visible. |
![]() | Tag | Tag property which can be used to logically attach another object or value to a window. |
![]() | Title | Title of the window. |
![]() | Tooltip | Windows tooltip. |
![]() | VariableOpacity | Gets or sets/sets whether the panel is always transparent or only when not moused over. |
![]() | Visible | State of the window. |
![]() | Width | Width of the window. |
Public Methods
Name | Description | |
---|---|---|
![]() | AttachSettingsContextMenu | Enables the settings drop down and attaches the settingsMenu to it. |
![]() | Close | Destroys the window. |
![]() | Dock | Docks the window within the main window. |
![]() | Float | Displays the window as a floating window. |
![]() | Hide | Conceals the window from the user. |
![]() | Show | Displays the window to the user. |
Public Events
Name | Description | |
---|---|---|
![]() | Activated | Event which occurs when the window is activated. |
![]() | Closed | Event which occurs when window is closed. |
![]() | Closing | Event which occurs when window is closing. |
![]() | Deactivated | Event which occurs when the window is deactivated. |
![]() | Shown | Event which occurs when the window is shown. |
See Also