DialogBar Object Members
See Also

Public Methods
Delete
Deletes the dialog bar.
EnableDocking
Enables docking of the dialog bar to different edges of the form or allows it to be "floating".
GetWindowRect
Retrieves the dimensions of the bounding rectangle of the dialog bar.
SetSize
Sets the width and height of the dialog bar child window.
Public Properties
BarID
Gets or sets the ID of the dialog bar.
BuiltIn
Determines if the dialog bar is a built-in dialog bar.
Caption
Gets or sets the text that will be displayed in the dialog bar's CaptionPopupBar.
CaptionPopup
CaptionPopupBar
A collection of controls that are displayed in the Dialog Bar's drop-down button.
ChildHandle
Holds the HANDLE to the object that is displayed in the Dialog Bar's client area.
Closeable
Specifies whether the Dialog Bar can be closed.
CommandBars
Reference to the CommandBars object.
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.
EnableAnimation
Specifies whether to use animation effects with this dialog bar.
hWnd
Returns the handle of the dialog bar.
Position
Gets or sets the position of the dialog bar.
Resizable
Specifies whether the dialog bar will be resizable.
ShowCaption
Gets or sets whether the Dialog Bar caption is visible.
ShowGripper
Hides/shows the popup bar gripper.
Title
Gets or sets the title of the Dialog Bar.
Type
Returns the XTPBarType of the Dialog Bar.
Visible
Specifies whether the Dialog Bar is visible or hidden.
Width
Gets or sets the width of the Dialog Bar.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.