Skip to content

DialogBar Object Members

See Also

See Also


Public Methods

Public Method Delete
Deletes the dialog bar.

Public Method EnableDocking
Enables docking of the dialog bar to different edges of the form or allows it to be "floating".

Public Method GetWindowRect
Retrieves the dimensions of the bounding rectangle of the dialog bar.

Public Method SetSize
Sets the width and height of the dialog bar child window.


Public Properties

Public Property BarID
Gets or sets the ID of the dialog bar.

Public Property BuiltIn
Determines if the dialog bar is a built-in dialog bar.

Public Property Caption
Gets or sets the text that will be displayed in the dialog bar's CaptionPopupBar.

Public Property CaptionPopup
Public Property CaptionPopupBar
A collection of controls that are displayed in the Dialog Bar's drop-down button.

Public Property ChildHandle
Holds the HANDLE to the object that is displayed in the Dialog Bar's client area.

Public Property Closeable
Specifies whether the Dialog Bar can be closed.

Public Property CommandBars
Reference to the CommandBars object.

Public Property ContextMenuPresent
Specifies whether a command to hide/show the dialog bar is added to the context menu that is displayed when you right-click on any command bar or dialog bar.

Public Property EnableAnimation
Specifies whether to use animation effects with this dialog bar.

Public Property hWnd
Returns the handle of the dialog bar.

Public Property Position
Gets or sets the position of the dialog bar.

Public Property Resizable
Specifies whether the dialog bar will be resizable.

Public Property ShowCaption
Gets or sets whether the Dialog Bar caption is visible.

Public Property ShowGripper
Hides/shows the popup bar gripper.

Public Property Title
Gets or sets the title of the Dialog Bar.

Public Property Type
Returns the XTPBarType of the Dialog Bar.

Public Property Visible
Specifies whether the Dialog Bar is visible or hidden.

Public Property Width
Gets or sets the width of the Dialog Bar.


See Also


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